Skip to content

Commit a35fac4

Browse files
committed
Changed .env to .venv in README.rst
1 parent 5c20307 commit a35fac4

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

0 commit comments

Comments
 (0)