Getting started
Installation
Novae can be installed on every OS via pip
or poetry
, on any Python version from 3.9
to 3.12
(included). By default, we recommend using python==3.10
.
Advice (optional)
We advise creating a new environment via a package manager, except if you use Poetry, which will automatically create the environment.
For instance, you can create a new conda
environment:
Choose one of the following, depending on your needs. It should take at most a few minutes.
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.