-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/COeXISTENCE-PROJECT/RouteRL
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |