Skip to content

Commit 6e62708

Browse files
committed
Changed .env to .venv in README.rst
1 parent 4cedbc3 commit 6e62708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ To install in a virtual environment in your current project:
4848
.. code-block:: shell
4949
5050
mkdir project-name && cd project-name
51-
python3 -m venv .env
52-
source .env/bin/activate
51+
python3 -m venv .venv
52+
source .venv/bin/activate
5353
pip3 install adafruit-circuitpython-turtle
5454
5555
Usage Example

0 commit comments

Comments
 (0)