Installation#
pyscal3 can be installed on Linux, macOS, and Windows. The following instructions will help install pyscal3:
pip install pyscal3
conda install -c conda-forge pyscal3
We strongly recommend creating a conda environment for the installation. To see how you can install conda see here.
Once a conda distribution is available, the following steps will help set up an environment to use pyscal3. First step is to clone the repository.
git clone https://github.com/pyscal/pyscal3.git
cd pyscal3
pip install .