Skip to content

Commit a59d849

Browse files
authored
fix the typo contributing.md (#662)
fix contributing.md
1 parent 0fe3160 commit a59d849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ git clone https://github.com/USERNAME/AIOD-rest-api.git
7171
Always make sure to install your dependencies in a local environment, for example with the built in `venv` module:
7272

7373
```commandline
74-
python -m pip venv venv
74+
python -m venv venv
7575
source venv/bin/activate
7676
```
7777

0 commit comments

Comments
 (0)