Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 348 Bytes

Setting Up the Python Environment

  1. Clone the repository:
    git clone https://github.com/VinitChordiya/TrainTales.git
    cd TrainTales
  2. Setup virtual environment: python3 -m venv venv source venv/bin/activate
  3. install dependencies: pip install -r requirements.txt