We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ff1d commit fff68fdCopy full SHA for fff68fd
README.rst
@@ -49,8 +49,8 @@ To install in a virtual environment in your current project:
49
.. code-block:: shell
50
51
mkdir project-name && cd project-name
52
- python3 -m venv .env
53
- source .env/bin/activate
+ python3 -m venv .venv
+ source .venv/bin/activate
54
pip3 install adafruit-circuitpython-wsgi
55
56
@@ -76,8 +76,8 @@ install dependencies (feel free to reuse the virtual environment from above):
76
77
78
79
80
81
pip install Sphinx sphinx-rtd-theme
82
83
Now, once you have the virtual environment activated:
0 commit comments