Skip to content

Commit df82a2d

Browse files
committed
Changed .env to .venv in README.rst
1 parent e32b280 commit df82a2d

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
@@ -52,8 +52,8 @@ To install in a virtual environment in your current project:
5252
.. code-block:: shell
5353
5454
mkdir project-name && cd project-name
55-
python3 -m venv .env
56-
source .env/bin/activate
55+
python3 -m venv .venv
56+
source .venv/bin/activate
5757
pip3 install adafruit-circuitpython-ahtx0
5858
5959
Usage Example

0 commit comments

Comments
 (0)