File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ To build this library locally you'll need to install the
96
96
97
97
python3 -m venv .env
98
98
source .env/bin/activate
99
- pip install circuitpython-build-tools
99
+ pip3 install circuitpython-build-tools
100
100
101
101
Once installed, make sure you are in the virtual environment:
102
102
@@ -120,7 +120,7 @@ install dependencies (feel free to reuse the virtual environment from above):
120
120
121
121
python3 -m venv .env
122
122
source .env/bin/activate
123
- pip install Sphinx sphinx-rtd-theme
123
+ pip3 install Sphinx sphinx-rtd-theme
124
124
125
125
Now, once you have the virtual environment activated:
126
126
@@ -132,4 +132,3 @@ Now, once you have the virtual environment activated:
132
132
This will output the documentation to ``docs/_build/html ``. Open the index.html in your browser to
133
133
view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
134
134
locally verify it will pass.
135
-
You can’t perform that action at this time.
0 commit comments