Skip to content

Commit c36c5f9

Browse files
authored
Update installation.md (stanford-crfm#1510)
1 parent b86f9ec commit c36c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Using [Virtualenv](https://docs.python.org/3/library/venv.html#creating-virtual-
1010
# Create a virtual environment.
1111
# Only run this the first time.
1212
python3 -m pip install virtualenv
13-
python3 -m virtualenv -p python3 helm-venv
13+
python3 -m virtualenv -p python3.8 helm-venv
1414
1515
# Activate the virtual environment.
1616
source helm-venv/bin/activate

0 commit comments

Comments
 (0)