Installation#

You can install egxpy using pip:

pip install git+https://github.com/egxlytics/egxpy.git

Alternatively, to install the latest version directly from GitHub:

Requirements#

egxpy requires the following Python libraries:

  • pandas

  • numpy

  • datetime

  • holidays

  • retry

  • git+https://github.com/rongardF/tvdatafeed.git

You can install them with:

pip install -r requirements.txt

Make sure you're using Python 3.7 or higher.