Skip to content

Commit cbb4055

Browse files
committed
Changed .env to .venv in README.rst
1 parent 6d68a1d commit cbb4055

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

0 commit comments

Comments
 (0)