Installation¶
via pip/pipx¶
aprofiles is directly available on pip. This will install the latest released version of aprofiles and its depencencies.
pip install aprofiles
via Github¶
-
clone aprofiles repository
git clone https://github.com/AugustinMortier/A-Profiles.git
-
installation
with pip/pipx (>21.3):
pip install .
with poetry:
poetry install