pyETA
  • Documentaion (pyETA)
  • Getting Started
    • Installation
    • Launching the Application
    • Development
  • Description
    • Methodology
    • Stream Generation
    • Plots
    • Validation
  • Other Resources
Powered by GitBook

Quicklinks

  • Developed by, Binay Pradhan
  • Github
  • Assets/Releases
On this page
  • Installing through Python (Terminal)
  • Installing as an application
  1. Getting Started

Installation

PreviousDocumentaion (pyETA)NextLaunching the Application

Last updated 2 months ago

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:

  1. Obtain the pyeta-toolbox-<version>-py3-none-any.whl file from the releases page:

  2. 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
https://github.com/VinayIN/pyETA-toolbox/releases