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 796c1b2 commit 8d427b7Copy full SHA for 8d427b7
README.rst
@@ -38,10 +38,13 @@ PyPI <https://pypi.org/project/adafruit-circuitpython-slideshow/>`_. To install
38
To install system-wide (this may be required in some cases):
39
40
.. code-block:: shell
41
+
42
sudo pip3 install adafruit-circuitpython-slideshow
43
44
To install in a virtual environment in your current project:
45
46
47
48
mkdir project-name && cd project-name
49
python3 -m venv .env
50
source .env/bin/activate
0 commit comments