We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86f9ec commit c36c5f9Copy full SHA for c36c5f9
docs/installation.md
@@ -10,7 +10,7 @@ Using [Virtualenv](https://docs.python.org/3/library/venv.html#creating-virtual-
10
# Create a virtual environment.
11
# Only run this the first time.
12
python3 -m pip install virtualenv
13
-python3 -m virtualenv -p python3 helm-venv
+python3 -m virtualenv -p python3.8 helm-venv
14
15
# Activate the virtual environment.
16
source helm-venv/bin/activate
0 commit comments