Skip to content

Commit 240a485

Browse files
committed
Changed .env to .venv in README.rst
1 parent d238fe9 commit 240a485

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
@@ -49,8 +49,8 @@ To install in a virtual environment in your current project:
4949
.. code-block:: shell
5050
5151
mkdir project-name && cd project-name
52-
python3 -m venv .env
53-
source .env/bin/activate
52+
python3 -m venv .venv
53+
source .venv/bin/activate
5454
pip3 install adafruit-circuitpython-simpleio
5555
5656
Usage Example

0 commit comments

Comments
 (0)