Skip to content

Commit 22bec79

Browse files
committed
s/pip/pip3/g
Seems like we should specify here.
1 parent 6056ead commit 22bec79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To build this library locally you'll need to install the
9696
9797
python3 -m venv .env
9898
source .env/bin/activate
99-
pip install circuitpython-build-tools
99+
pip3 install circuitpython-build-tools
100100
101101
Once installed, make sure you are in the virtual environment:
102102

@@ -120,7 +120,7 @@ install dependencies (feel free to reuse the virtual environment from above):
120120
121121
python3 -m venv .env
122122
source .env/bin/activate
123-
pip install Sphinx sphinx-rtd-theme
123+
pip3 install Sphinx sphinx-rtd-theme
124124
125125
Now, once you have the virtual environment activated:
126126

@@ -132,4 +132,3 @@ Now, once you have the virtual environment activated:
132132
This will output the documentation to ``docs/_build/html``. Open the index.html in your browser to
133133
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
134134
locally verify it will pass.
135-

0 commit comments

Comments
 (0)