edurbrito / its-project

Parking Lot Congestion Avoidance System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Parking Lot Congestion Avoidance System


Languages

Language:Python 95.4%Language:Shell 4.6%