Installation Process¶
This section describes how to install SpArSeMoD in a suitable Anaconda environment.
- Clone the repository
git clone https://github.com/BCJuan/SpArSeMod. And move to itcd SpArSeMoD - Create the anaconda environment from the file
sparse.yml
conda env create -f sparse.yml
- Install
SpArSeMoDin that environment:pip install .
That’s it. In the case that you do not have or use Anaconda, you can use a virtual environment and follow step 3.