Package installation

How to install SBIRandM in your computer

Getting the package

Installing sbiRandM in your computer is a fairly straight forward process:

Installing from pip repository

$ pip3 install sbiRandM

This package only works with Python ≥ 3.6, so pip3 is mandatory

This will install the package into your Python 3 installation

Installing from source code

However, if you want to install the package without connection, you can download the files at SbiRandM Github.

Then go to the root folder of the project, where the setup.py file is located, and type.

$ pip3 install .

And this will add the package into your Python installation.

Last updated

Was this helpful?