-
Notifications
You must be signed in to change notification settings - Fork 2
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
2018-2021 João Camacho