Skip to content
Snippets Groups Projects
Commit 4a980fd6 authored by Steffen Probst's avatar Steffen Probst
Browse files

feat: simpler cmd in readme

parent 73bd45ca
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,10 @@ Der Roboter und sein Handlungsspielraum wird über das Python backend orchestrie
```
cd ./backend_directory
```
6. Rename the file `.env.example` to `.env`
6. Rename the environment file:
```
mv .env.example .env
```
7. Install the python dependencies:
```
pip3 install -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment