Skip to content

Commit 49eaff2

Browse files
committed
Changed .env to .venv in README.rst
1 parent 9095d6a commit 49eaff2

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
@@ -62,8 +62,8 @@ To install in a virtual environment in your current project:
6262
.. code-block:: shell
6363
6464
mkdir project-name && cd project-name
65-
python3 -m venv .env
66-
source .env/bin/activate
65+
python3 -m venv .venv
66+
source .venv/bin/activate
6767
pip3 install adafruit-circuitpython-ble-file-transfer
6868
6969

0 commit comments

Comments
 (0)