InstallationΒΆ
Choose one of the following options:
To install Nodimo using PyPI, run:
pip install nodimo
To install Nodimo using Anaconda, run:
conda install nodimo --channel rodrigopcastro018
To build from source, first clone the repository by running:
git clone https://github.com/rodrigopcastro018/nodimo
And then, from the package repository, run:
python -m pip install .