Skip to content

Commit a9379c3

Browse files
committed
Changed .env to .venv in README.rst
1 parent 934fe12 commit a9379c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ To install in a virtual environment in your current project:
6060
.. code-block:: shell
6161
6262
mkdir project-name && cd project-name
63-
python3 -m venv .env
64-
source .env/bin/activate
63+
python3 -m venv .venv
64+
source .venv/bin/activate
6565
pip3 install adafruit-circuitpython-neopixel
6666
6767
Usage Example

0 commit comments

Comments
 (0)