Bläddra i källkod

Fix `pyenv` version number syntax (#182)

Richard Smith 5 år sedan
förälder
incheckning
2078b8d095
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      docs/project/contribution_tools.md

+ 2 - 2
docs/project/contribution_tools.md

@@ -53,8 +53,8 @@ tools that we recommend. See the [installation instructions](https://brew.sh/).
 ```bash
 brew update
 brew install pyenv
-pyenv install python3.8.5
-pyenv global python3.8.5
+pyenv install 3.8.5
+pyenv global 3.8.5
 
 # Add 'eval "$(pyenv init -)"' to your shell rc file.
 echo 'eval "$(pyenv init -)"' >> ~/.zshrc