InstallationΒΆ

Choose one of the following options:

  1. To install Nodimo using PyPI, run:

    pip install nodimo
    
  2. To install Nodimo using Anaconda, run:

    conda install nodimo --channel rodrigopcastro018
    
  3. 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 .