We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6607dd3 commit c52170bCopy full SHA for c52170b
CONTRIBUTING.md
@@ -26,7 +26,7 @@ Activate the virtual environment
26
27
```
28
For cmd.exe: PyfaEnv\scripts\activate.bat
29
-For bash: source <venv>/bin/activate
+For bash: source <venv>/Scripts/activate
30
31
> For other OS check [Python documentation](https://docs.python.org/3/library/venv.html)
32
@@ -83,7 +83,7 @@ Check that the project is starting properly.
83
Switch to the proper virtual environment
84
85
86
87
88
89
Install pytest
0 commit comments