Installation Guide#
Brief guide to install mubody package in anaconda.
Clone repository
Clone mubody repository in your computer, in a directory of your preference
Install Anaconda
Any recent release is valid
Make conda install the newest version of a package in any listed channel
Open Anaconda terminal and run
$conda config –set channel_priority false
Add conda-forge channel
In Anaconda terminal run
$conda config –add channels conda-forge
In Anaconda terminal, open the repository folder and create an specfic environment for mubody
This will create a new environment called ‘mubody-env’ and install all the required packages for mubody to work
$conda env create -f condenv.yml
Activate the environment you just created
$conda activate mubody-env
Install mubody lib
In Anaconda terminal, with mubody-env activated, open the repository folder and run
$pip install –editable .