From 4f5c3e27caa4df693e993bb57a97931ff62d6cc8 Mon Sep 17 00:00:00 2001 From: aonurakman Date: Sun, 10 Nov 2024 00:25:56 +0100 Subject: [PATCH] setup md --- tutorials/MLinPL/setup.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tutorials/MLinPL/setup.md diff --git a/tutorials/MLinPL/setup.md b/tutorials/MLinPL/setup.md new file mode 100644 index 000000000..7c2c80866 --- /dev/null +++ b/tutorials/MLinPL/setup.md @@ -0,0 +1,16 @@ +### 1) Navigate a directory in your system and clone the RouteRL repository: +- `cd directory_of_your_choice` +- `git clone https://github.com/COeXISTENCE-PROJECT/RouteRL.git` +### 2) Navigate into the cloned repository: +- `cd RouteRL` +### 3) Create a virtual environment for this repository and activate it: +- `python -m venv venv` +- MacOS/Linux: `source venv/bin/activate` +- Windows: `.\venv\Scripts\activate` +### 4) Install packages from requirements.txt +- `pip install -r requirements.txt` +- `pip list` +### 5) Once you’re done, deactivate venv: +- `deactivate` + +### 6) If you haven't, install SUMO by following the instructions at [SUMO website](https://sumo.dlr.de/docs/Installing/index.html).