Installation ============ You can install `egxpy` using `pip`: .. code-block:: bash 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: .. code-block:: bash pip install -r requirements.txt Make sure you're using Python 3.7 or higher.