Skip to content

How to install

João Camacho edited this page Oct 18, 2021 · 4 revisions

There are two ways to acquire this package. Either from github or from pypi.


If you wish to use pypi it is easy. You open a terminal and type

pip install gpyrn

That command will install the current "stable" version available on pypi. Is you are interested in the newest but untested version, you will find it on github.


If you are reading this wiki it means you are on github, as such you can download gpyrn directly from it. After doing it and extracting the files you can do to gpyrn main folder, open a terminal and just type

python setup.py install