We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e63da commit 864f866Copy full SHA for 864f866
CONTRIBUTING.md
@@ -111,7 +111,7 @@ sudo apt-get install graphviz
111
* For non-Debian/Ubuntu users, follow the directions at [the GraphViz download site](https://graphviz.org/download).
112
```bash
113
# Create and activate a virtual environment
114
-python -m venv venv
+python3 -m venv venv
115
source venv/bin/activate
116
# update the version of pip, setuptools, and wheel
117
(venv) pip install -U pip setuptools wheel
0 commit comments