/its-project

Parking Lot Congestion Avoidance System

Primary LanguagePython

ITS Project

Parking Lot Congestion Avoidance System

  • Lukas Andrijauskas & Eduardo Brito
  • Computer Science | Faculty of Science and Technology University of Tartu

Instructions

For Windows:

Open a terminal:

  1. Create the Virtual Environment: py -m venv env
  2. Activate the Virtual Environment: .\env\Scripts\activate
  3. Install the requirements: pip install -r requirements.txt
  4. Run the application with py src

For Linux:

Open a terminal:

  1. Create the Virtual Environment: python -m venv env
  2. Activate the Virtual Environment: source env/bin/activate
  3. Install the requirements: pip install -r requirements.txt
  4. Run the application with python src