Skip to content

Commit 488d6e0

Browse files
committed
Changed .env to .venv in README.rst
1 parent a68f4d3 commit 488d6e0

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

0 commit comments

Comments
 (0)