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 c9772e1 commit d4d2e99Copy full SHA for d4d2e99
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-ina219
55
56
Usage Example
0 commit comments