Skip to content

Commit f7af605

Browse files
committed
Changed .env to .venv in README.rst
1 parent 82fc938 commit f7af605

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
@@ -51,8 +51,8 @@ To install in a virtual environment in your current project:
5151
.. code-block:: shell
5252
5353
mkdir project-name && cd project-name
54-
python3 -m venv .env
55-
source .env/bin/activate
54+
python3 -m venv .venv
55+
source .venv/bin/activate
5656
pip3 install adafruit-circuitpython-ina260
5757
5858
Usage Example

0 commit comments

Comments
 (0)