Installation
This section covers the methods to install the pyETA-toolbox
on your system. Once installed, this toolbox is referred to as pyETA
.
Installing through Python (Terminal)
Requirment: python 3.10
To install the pyETA-toolbox using Python's package manager (pip), follow these steps:
Through Wheel File:
Obtain the pyeta-toolbox-<version>-py3-none-any.whl file from the releases page: https://github.com/VinayIN/pyETA-toolbox/releases
Install the .whl file with the following command, replacing <version> with the specific version you downloaded.
pip install pyeta-toolbox-<version>-py3-none-any.whl
or
Through python package manager (Recommended)
pip install pyETA-toolbox
# once installed check the installation
pyeta --version
Installing as an application
The standalone executable installation (pyETA.exe) is currently under development and not yet available. It can be found and downloaded from this path: https://github.com/VinayIN/pyETA-toolbox/releases
Last updated