Skip to content

Commit 063b00c

Browse files
committed
Changed .env to .venv in README.rst
1 parent 0f33f35 commit 063b00c

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

0 commit comments

Comments
 (0)