Installing PyAesel

Installing with pip

To install the latest build from pip:

pip install --user python-aesel-client

Using Development Versions

PyAesel requires Python and pip installed, and all other dependencies can be installed from the root project directory with:

git clone https://github.com/AO-StreetArt/PyAesel.git
cd PyAesel
pip install --user -r requirements.txt

Finally, you can use pip to install the library locally:

pip install --user .

Go Home