Skip to content

Commit ded1207

Browse files
committed
Changed .env to .venv in README.rst
1 parent 2969285 commit ded1207

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
@@ -63,8 +63,8 @@ To install in a virtual environment in your current project:
6363
.. code-block:: shell
6464
6565
mkdir project-name && cd project-name
66-
python3 -m venv .env
67-
source .env/bin/activate
66+
python3 -m venv .venv
67+
source .venv/bin/activate
6868
pip3 install adafruit-circuitpython-ssd1680
6969
7070
Usage Example

0 commit comments

Comments
 (0)