Getting started
Installation
Novae can be installed on every OS and for any Python version >=3.11.
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 following extras: multimodal, conch, and llm.
You can install them 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.