Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsenErik committed Sep 4, 2023
1 parent 2f9670b commit 2c572e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/base_scripts/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
## Instructions
This instructions are for running the code developed by Leonardo Lucio Custode, Andrea Ferigo and Giovanni Iacca, which is the starting point of the main project.
First of all, it is necessary to install the required dependencies.
First of all, by activating the virtual-env the necessary dependencies are already installed.
Then run:
1. `cd src/base_scripts`
2. `chmod +x scripts.sh`
3. `source scripts.sh`

It will appear the following message:
```Hello! Here you can set environment and run codes
```
Hello! Here you can set environment and run codes
Please enter an integer to select an option:
[1]. Activate environment
[2]. Deactivate environment
[3]. Run code dts4marl
[4]. Run code marldts
[5]. Exit```
[5]. Exit
```
4. activate virtual-env by pressing 1
5. run `./scripts.sh` again
6. run code by pressing 3 or 4

0 comments on commit 2c572e0

Please sign in to comment.