Installing pySoftWhere
pySoftWhere is available to download from GitHub
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
Make a directory to download pySoftWhere and change to this directory
(pysw) mkdir pysoftwhere
(pysw) cd pysoftwhere
Download pySoftWhere from Github
(pysw) git clone https://github.com/rmziolek/pySoftWhere.git
Install pySoftWhere and its dependencies as required
(pysw) pip install -e .
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