Installation guide

apace runs on Python 3.7 or above under CPython and PyPy.

Install from PyPI

You can install/update apace and its dependencies from PyPI using pip or pipenv:

pip install -U apace

Build from Source

To build from source either clone the public repository from GitHub:

git clone https://github.com/andreasfelix/apace.git

Or, download and extract the tarball:

curl -OL https://github.com/andreasfelix/apace/tarball/master

Then change into the top level source tree and install the apace and its dependencies:

cd apace
pip install .