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 679af97 commit 806f4a3Copy full SHA for 806f4a3
README.rst
@@ -46,8 +46,8 @@ To install in a virtual environment in your current project:
46
.. code-block:: shell
47
48
mkdir project-name && cd project-name
49
- python3 -m venv .env
50
- source .env/bin/activate
+ python3 -m venv .venv
+ source .venv/bin/activate
51
pip3 install adafruit-circuitpython-wiznet5k
52
53
Usage Example
0 commit comments