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 d451e54 commit db09380Copy full SHA for db09380
README.rst
@@ -51,8 +51,8 @@ To install in a virtual environment in your current project:
51
.. code-block:: shell
52
53
mkdir project-name && cd project-name
54
- python3 -m venv .env
55
- source .env/bin/activate
+ python3 -m venv .venv
+ source .venv/bin/activate
56
pip3 install adafruit-circuitpython-pioasm
57
58
Usage Example
0 commit comments