There was an error while loading. Please reload this page.
1 parent 9addf6a commit 3a15b83Copy full SHA for 3a15b83
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-busdevice
55
56
Usage Example
0 commit comments