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 e17c9d5 commit 66ad663Copy full SHA for 66ad663
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-ssd1306
57
58
Usage Example
0 commit comments