Skip to content

Commit 7a01408

Browse files
committed
Minor improvement in clarity to documentation
1 parent d841a80 commit 7a01408

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Steps with :bash:`sudo` access (e.g. on a local device):
4848
* On Ubuntu, run :bash:`sudo apt update && sudo apt upgrade`, and :bash:`sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl git`.
4949
#. Install `pyenv <https://github.com/pyenv/pyenv#installation>`__:
5050
* On Linux, run :bash:`curl https://pyenv.run | bash` (remember to add the output to :bash:`.bash_profile` and :bash:`.bashrc` as specified).
51-
* on macOS, run :bash:`brew update && brew install pyenv`.
51+
* On macOS, run :bash:`brew update && brew install pyenv`.
52+
* After installation, restart your shell.
5253
#. Install the required Python versions:
5354
* On some systems, additional packages may be needed to build Python versions. For example on Ubuntu: :bash:`sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev liblzma-dev lzma`.
5455
* Install the Python versions with: :bash:`pyenv install 3.8 3.9 3.10 3.11`

0 commit comments

Comments
 (0)