We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe3160 commit a59d849Copy full SHA for a59d849
docs/contributing.md
@@ -71,7 +71,7 @@ git clone https://github.com/USERNAME/AIOD-rest-api.git
71
Always make sure to install your dependencies in a local environment, for example with the built in `venv` module:
72
73
```commandline
74
-python -m pip venv venv
+python -m venv venv
75
source venv/bin/activate
76
```
77
0 commit comments