Installation

To download the latest release of EstraPy, navigate to the releases section of the repository and download the latest release. Install with your python package manager, such as:

py -m pip install estrapy-1.0.1-py3-none-any.whl

Alternatively, clone the github repository and build from source:

gh repo clone ramsteak/EstraPy
cd ./EstraPy
python -m build

or

git clone https://github.com/ramsteak/EstraPy
python -m build

If you install it in a virtual environment, remember to activate it before using EstraPy.

To test if the installation was successful, run

$ estrapy --version

EstraPy 1.0.1

The program will display the installed version and exit.