Skip to content

Commit fff68fd

Browse files
committed
Changed .env to .venv in README.rst
1 parent 399ff1d commit fff68fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ To install in a virtual environment in your current project:
4949
.. code-block:: shell
5050
5151
mkdir project-name && cd project-name
52-
python3 -m venv .env
53-
source .env/bin/activate
52+
python3 -m venv .venv
53+
source .venv/bin/activate
5454
pip3 install adafruit-circuitpython-wsgi
5555
5656
@@ -76,8 +76,8 @@ install dependencies (feel free to reuse the virtual environment from above):
7676

7777
.. code-block:: shell
7878
79-
python3 -m venv .env
80-
source .env/bin/activate
79+
python3 -m venv .venv
80+
source .venv/bin/activate
8181
pip install Sphinx sphinx-rtd-theme
8282
8383
Now, once you have the virtual environment activated:

0 commit comments

Comments
 (0)