Skip to content

Commit 026c9e3

Browse files
committed
Changed .env to .venv in README.rst
1 parent f43a8e7 commit 026c9e3

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
@@ -35,8 +35,8 @@ To install in a virtual environment in your current project:
3535
.. code-block:: shell
3636
3737
mkdir project-name && cd project-name
38-
python3 -m venv .env
39-
source .env/bin/activate
38+
python3 -m venv .venv
39+
source .venv/bin/activate
4040
pip3 install adafruit-circuitpython-azureiot
4141
4242
Dependencies

0 commit comments

Comments
 (0)