Skip to content

Commit c52170b

Browse files
committed
Fixed path for bash script call
1 parent 6607dd3 commit c52170b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Activate the virtual environment
2626

2727
```
2828
For cmd.exe: PyfaEnv\scripts\activate.bat
29-
For bash: source <venv>/bin/activate
29+
For bash: source <venv>/Scripts/activate
3030
```
3131
> For other OS check [Python documentation](https://docs.python.org/3/library/venv.html)
3232
@@ -83,7 +83,7 @@ Check that the project is starting properly.
8383
Switch to the proper virtual environment
8484
```
8585
For cmd.exe: PyfaEnv\scripts\activate.bat
86-
For bash: source <venv>/bin/activate
86+
For bash: source <venv>/Scripts/activate
8787
```
8888

8989
Install pytest

0 commit comments

Comments
 (0)