Fixed path for bash script call

This commit is contained in:
Gochim
2019-11-07 14:45:29 +02:00
parent 6607dd31bf
commit c52170b731

View File

@@ -26,7 +26,7 @@ Activate the virtual environment
```
For cmd.exe: PyfaEnv\scripts\activate.bat
For bash: source <venv>/bin/activate
For bash: source <venv>/Scripts/activate
```
> For other OS check [Python documentation](https://docs.python.org/3/library/venv.html)
@@ -83,7 +83,7 @@ Check that the project is starting properly.
Switch to the proper virtual environment
```
For cmd.exe: PyfaEnv\scripts\activate.bat
For bash: source <venv>/bin/activate
For bash: source <venv>/Scripts/activate
```
Install pytest