Skip to content

Commit

Permalink
Corrected contributing guidelines (#1014)
Browse files Browse the repository at this point in the history
I caught a minor typo.

Co-authored-by: Benjamin Pedigo <[email protected]>
  • Loading branch information
hugwuoke and bdpedigo committed Mar 23, 2023
1 parent 7e346cf commit 8290333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ branch using a virtual environment. Steps:
```
**CMD (Windows)**
```cmd
rem Create virtual environment. Depending on your installation you might need "py -3.8 -m venv venv" instead
rem Create virtual environment. Depending on your installation you might need "py -3 -m venv venv" instead
python3.8 -m venv venv

rem Activate the virtual environment
Expand Down

0 comments on commit 8290333

Please sign in to comment.