Skip to content

Commit 714104b

Browse files
committed
Changed .env to .venv in README.rst
1 parent 144d4f8 commit 714104b

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

0 commit comments

Comments
 (0)