Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 429 Bytes

INSTALL.rst

File metadata and controls

16 lines (10 loc) · 429 Bytes

Installation

If you have pip installed, at the command line simply run:

$ pip install pyeasyga

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv pyeasyga
$ pip install pyeasyga

Or, download and extract the compressed archive (or clone the repository) from github, and inside the directory run:

$ python setup.py install