| Release | ||
| Deployment | ||
| Build Status | ||
| Metrics | ||
| Activity | ||
| Citation | ||
| License | ||
| Formatter | ||
If using conda, first, add conda-forge to your channels with:
conda config --add channels conda-forge
conda config --set channel_priority strictOnce the conda-forge channel has been enabled, nannos can be installed with:
conda install nannosAlternatively, we provide an environment.yml file with all the dependencies for the master branch. First create the environment:
conda env create -f environment.ymland then activate it with
conda activate nannosSee the github repository where development happens for conda-forge.
The package is available on pypi. To install, simply use:
pip install nannosSources are available on gitlab. First
clone the repository and install with pip:
git clone https://gitlab.com/nannos/nannos.git
cd nannos
pip install -e .The reference documentation and examples can be found on the project website.
This software is published under the GPLv3 license.