Installation#

From Source#

To install from source:

git clone https://github.com/jmineau/PYSTILT.git
cd PYSTILT
pip install -e .

Development Installation#

For development, install with the development dependencies:

git clone https://github.com/jmineau/PYSTILT.git
cd PYSTILT
python -m pip install --upgrade pip
pip install -e ".[dev,docs]"
pre-commit install

Requirements#

  • Python 3.10 or higher