Commit 466c3485 authored by LAPikachu's avatar LAPikachu
Browse files

Merge remote-tracking branch 'refs/remotes/origin/main'

parents c3da9bfc 224a256f
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>:/`