Traffic Control System using fuzzy logic
Create a new virtual environment
virtualenv env
Active the environment
env\Scripts\activate.bat
Install the packages from requirements.txt
pip install -r requirements.txt
Run the main script using the environment intepreter
python main.py