Skip to content

Installation

Installing gpyrn is simple, as it depends on standard Python packages.

Using pip

The easiest way to install the latest version of gpyrn is using pip

python -m pip install gpyrn

From source

An alternative installation method is to clone the GitHub repository and installing directly from source

git clone https://github.com/iastro-pt/gpyrn.git
cd gpyrn
python setup.py install

Where to go from here

Once the package is installed, fell free to explore the getting started guide or go through one of the available examples.


Continuous Integration

The gpyrn package is built and tested under continuous integration, using GitHub actions. If the badges below are green, the installation process should go smoothly. Any issues can be reported here.

Install Docs