Skip to content

Commit 41850ca

Browse files
committed
Changed .env to .venv in README.rst
1 parent 04244d7 commit 41850ca

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
@@ -47,8 +47,8 @@ To install in a virtual environment in your current project:
4747
.. code-block:: shell
4848
4949
mkdir project-name && cd project-name
50-
python3 -m venv .env
51-
source .env/bin/activate
50+
python3 -m venv .venv
51+
source .venv/bin/activate
5252
pip3 install adafruit-circuitpython-tlc59711
5353
5454
Usage Example

0 commit comments

Comments
 (0)