Skip to content

Commit 6ef404b

Browse files
committed
Changed .env to .venv in README.rst
1 parent 2293159 commit 6ef404b

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
@@ -73,8 +73,8 @@ To install in a virtual environment in your current project:
7373
.. code-block:: shell
7474
7575
mkdir project-name && cd project-name
76-
python3 -m venv .env
77-
source .env/bin/activate
76+
python3 -m venv .venv
77+
source .venv/bin/activate
7878
pip3 install adafruit-circuitpython-ds3231
7979
8080
Usage Notes

0 commit comments

Comments
 (0)