Installation
If you have no intention of developing code yourself and just want quick access to the functions and programs, you can install with
pip install exp4-agepy
in your virtual environment. If there is a new version, you can upgrade with
pip install exp4-agepy --upgrade
Note
If you are using the Anaconda Navigator go to your environments, choose / create an environment, click on the play button and select Open Terminal and run the command.
Note
If you want to help develop and contribute to the package, first clone the repository to your PC and install in editable mode (detailed tutorial in the Contribute section).