We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff212b commit f5b587aCopy full SHA for f5b587a
README.rst
@@ -80,15 +80,15 @@ To build this bundle locally you'll need to install the
80
81
.. code::
82
83
- python3 -m venv .env
84
- source .env/bin/activate
+ python3 -m venv .venv
+ source .venv/bin/activate
85
pip install circuitpython-build-tools
86
87
Once installed, make sure you are in the virtual environment:
88
89
90
91
92
93
Then run the build:
94
0 commit comments