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 1b165fd commit ed05002Copy full SHA for ed05002
README.rst
@@ -48,8 +48,8 @@ To install in a virtual environment in your current project:
48
.. code-block:: shell
49
50
mkdir project-name && cd project-name
51
- python3 -m venv .env
52
- source .env/bin/activate
+ python3 -m venv .venv
+ source .venv/bin/activate
53
pip3 install adafruit-circuitpython-lsm303dlh_mag
54
55
Usage Example
0 commit comments