For example, if you want to install it to ~/MyRepo
, do the following:
$ cd ~/MyRepo
$ git clone git@github.com:freemao/schnablelab.git
Then add export PYTHONPATH=~/MyRepo:$PYTHONPATH
to your ~/.bashrc
file and run $ source ~/.bashrc
to update your PYTHONPATH
.
All the dependencies can be installed through easy_install
, pip
or conda install
.
conda create --name my_env --file spec_file.csv
conda activate my_env
python -m schnablelab ...