Installation
iconspy
can be downloaded from github. To obtain the source code run the command:
git clone https://github.com/fraserwg/iconspy.git
conda/mamba (recommended)
To install the dependencies into an existing environment run:
cd iconspy
mamba install -f environment.yml
or to create a new environment:
cd iconspy
mamba env create -f environment.yml
mamba activate ispy_py311
you can then install the package using:
pip install .
pip
cd iconspy
pip install .