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 67508b4 commit f56e97fCopy full SHA for f56e97f
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-epd
54
55
Usage Example
0 commit comments