Skip to content

Commit 521141d

Browse files
committed
Changed .env to .venv in README.rst
1 parent c9897e9 commit 521141d

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
@@ -59,8 +59,8 @@ To install in a virtual environment in your current project:
5959
.. code-block:: shell
6060
6161
mkdir project-name && cd project-name
62-
python3 -m venv .env
63-
source .env/bin/activate
62+
python3 -m venv .venv
63+
source .venv/bin/activate
6464
pip3 install adafruit-circuitpython-pixelbuf
6565
6666

0 commit comments

Comments
 (0)