Installing pySoftWhere

pySoftWhere is available to download from GitHub

  1. It is recommended to create a new virtual environment in which the pySoftWhere dependencies can be installed, for example

conda create --name pysw
conda activate pysw
  1. Make a directory to download pySoftWhere and change to this directory

(pysw) mkdir pysoftwhere
(pysw) cd pysoftwhere
  1. Download pySoftWhere from Github

(pysw) git clone https://github.com/rmziolek/pySoftWhere.git
  1. Install pySoftWhere and its dependencies as required

(pysw) pip install -e .
  1. You may need to add the installation directory path to your .bashrc or .zshrc file

PATH=$PATH:/Users/<path to>/pySoftWhere

That’s it, you’re ready to use pySoftWhere