Skip to content

Installation Guide

Follow these steps to set up the ATVaP project on your local machine.

Prerequisites

  • Python 3.8+
  • TensorFlow 2.4+
  • pandas
  • numpy
  • ccxt
  • matplotlib (for visualization)

Installation Steps

  1. Clone this repository: git clone https://github.com/selimozten/atvap.git

  2. Navigate to the project directory: cd atvap

  3. Create a virtual environment: python -m venv venv

  4. Activate the virtual environment:

  5. On Windows: venv\Scripts\activate
  6. On macOS and Linux: source venv/bin/activate

  7. Install the required packages: pip install -r requirements.txt

  8. Copy the config.example.yml file to config.yml and fill in your API credentials: cp config.example.yml config.yml

Proceed to the Usage Section to start running the analysis.