There was an error while loading. Please reload this page.
1 parent a1d3e9c commit da443a4Copy full SHA for da443a4
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-displayio-ssd1305
55
56
Usage Example
0 commit comments