magnusgiverin/trafikkflyt
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Traffic flow project ## Recommended setup Run the following commands to install the required python packages: `python3 -m venv .venv` `source .venv/bin/activate` `pip install -r requirements.txt`