We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b9b01 + 3cc5ffb commit fb1e6d1Copy full SHA for fb1e6d1
1 file changed
README.rst
@@ -63,8 +63,8 @@ To install in a virtual environment in your current project:
63
.. code-block:: shell
64
65
mkdir project-name && cd project-name
66
- python3 -m venv .env
67
- source .env/bin/activate
+ python3 -m venv .venv
+ source .venv/bin/activate
68
pip3 install adafruit-circuitpython-httpserver
69
70
0 commit comments