Skip to content

Commit f5b587a

Browse files
committed
Changed .env to .venv in README.rst
1 parent cff212b commit f5b587a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ To build this bundle locally you'll need to install the
8080

8181
.. code::
8282
83-
python3 -m venv .env
84-
source .env/bin/activate
83+
python3 -m venv .venv
84+
source .venv/bin/activate
8585
pip install circuitpython-build-tools
8686
8787
Once installed, make sure you are in the virtual environment:
8888

8989
.. code::
9090
91-
source .env/bin/activate
91+
source .venv/bin/activate
9292
9393
Then run the build:
9494

0 commit comments

Comments
 (0)