Skip to content

Commit 901f907

Browse files
committed
Changed .env to .venv in README.rst
1 parent 4b14b9d commit 901f907

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
@@ -57,8 +57,8 @@ To install in a virtual environment in your current project:
5757
.. code-block:: shell
5858
5959
mkdir project-name && cd project-name
60-
python3 -m venv .env
61-
source .env/bin/activate
60+
python3 -m venv .venv
61+
source .venv/bin/activate
6262
pip3 install adafruit-circuitpython-dht
6363
6464
Usage Example

0 commit comments

Comments
 (0)