Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Installation

PySILLS can be installed in two supported ways:

  1. via the Python package manager pip, or

  2. by downloading the GitHub repository.

The installation via pip is the recommended and preferred method.

The most straightforward and stable way to install PySILLS is using pip. This installs the latest released version together with all required dependencies.

pip install pysills

Requirements:

After installation, PySILLS can be started directly in the terminal by using the command

pysills

This installation method is recommended because it:

pip install --upgrade pysills

Installation from GitHub (alternative)

Alternatively, PySILLS can be installed directly from the GitHub repository. This approach is useful if:

First, clone the repository or download it as a ZIP archive:

git clone https://github.com/MABeeskow/PySILLS.git
cd PySILLS

Then install PySILLS from the local source directory:

pip install .

Note ⚠️

When installing from GitHub, the installed code corresponds to the current state of the repository. Depending on the development status, stability cannot be guaranteed.

Developer’s recommendation

For regular users and productive workflows, installation via pip is strongly recommended. Installation from GitHub is primarily intended for developers and advanced users.


Last updated: 22.01.2026