Skip to content

Commit

Permalink
setup md
Browse files Browse the repository at this point in the history
  • Loading branch information
aonurakman committed Nov 9, 2024
1 parent f29266e commit 4f5c3e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tutorials/MLinPL/setup.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 4f5c3e2

Please sign in to comment.