Installation
Steps to get pyspi up and running on your system.
1. (Optional) Create a conda environment
While you can also install pyspi outside of a conda environment, it depends on a lot of user packages that may make managing dependencies quite difficult. So, we would also recommend installing pyspi in a conda environment. After installing conda, create a new environment for using the toolkit:
$ conda create -n pyspi python=3.9.0
$ conda activate pyspi
2. Install with pip
To install pyspi, you can pip
install using the following command:
pip install pyspi
Alternative Options
For users who are encountering issues related to the installation of pyspi, we offer a comprehensive troubleshooting guide, as well as alternative installation options. Click a card below for alternative options:
Last updated