Installation

To install pyAPEP, use the Python package manager pip:

sudo pip install pyapep

pyAPEP runs on both Python 2 and Python 3.

As an alternative method to install pyAPEP, clone the repository on Github <https://github.com/NahyeonAn/pyAPEP. cd into the main directory pyAPEP and run the setup.py script in the terminal:

sudo python setup.py install

If on Windows, run the setup file from a command prompt (Start –> Accessories):

setup.py install