Skip to content

Commit 255268f

Browse files
committed
Changed .env to .venv in README.rst
1 parent 307f6d0 commit 255268f

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
@@ -55,8 +55,8 @@ To install in a virtual environment in your current project:
5555
.. code-block:: shell
5656
5757
mkdir project-name && cd project-name
58-
python3 -m venv .env
59-
source .env/bin/activate
58+
python3 -m venv .venv
59+
source .venv/bin/activate
6060
pip3 install adafruit-circuitpython-pcf8563
6161
6262

0 commit comments

Comments
 (0)