File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 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
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
133133view them. It will also (due to -W) error out on any warning like Travis will. This is a good way to
134134locally verify it will pass.
135-
You can’t perform that action at this time.
0 commit comments