Commit 224a256f authored by Leon Pyka's avatar Leon Pyka
Browse files

Update file README.md

parent 70fb26a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Before any of the scripts will run, make sure to initialize a virtual environmen
To do this open the directory of this code in a terminal. If you cloned it to your home directory you should acces it via:    
`cd <name of dir you cloned to>`     
Then set up the environment here (this one sets up an environment called env).         
`python -m venv env`    
`python3 -m venv env`    
Now activate the environment:     
`source env/bin/activate`    
After this your command line should look like this `(env) <yourusername>@<nameofyourmachine>:/`