Getting started
Installation
Novae can be installed on every OS via pip
on any Python version from 3.10
to 3.12
(included). By default, we recommend using python==3.10
.
Advice (optional)
We advise creating a new environment via a package manager.
For instance, you can create a new conda
environment:
Choose one of the following installation mode, depending on your needs.
If you want to use Novae in multimodal mode, you can also install the two following extras: multimodal
and conch
.
You can install both as follows:
Contributing
If you want to contribute to Novae, using uv
is recommended. You'll also need create a fork, see the CONTRIBUTING guidelines.
Warning
You won't be able to install the extra dependencies of Novae with conda.
Next steps
- We recommend to start with our first tutorial.
- You can also read the API.
- If you have questions, please check our FAQ or open an issue on the GitHub repository.
- If you want to contribute, check our contributing guide.