File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ This is easily achieved by downloading
29
29
Installing from PyPI
30
30
=====================
31
31
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
32
- PyPI <https://pypi.org/project/adafruit-circuitpython-led animation/> `_. To install for current user:
32
+ PyPI <https://pypi.org/project/adafruit-circuitpython-led- animation/> `_. To install for current user:
33
33
34
34
.. code-block :: shell
35
35
36
- pip3 install adafruit-circuitpython-led animation
36
+ pip3 install adafruit-circuitpython-led- animation
37
37
38
38
To install system-wide (this may be required in some cases):
39
39
40
40
.. code-block :: shell
41
41
42
- sudo pip3 install adafruit-circuitpython-led animation
42
+ sudo pip3 install adafruit-circuitpython-led- animation
43
43
44
44
To install in a virtual environment in your current project:
45
45
@@ -48,7 +48,7 @@ To install in a virtual environment in your current project:
48
48
mkdir project-name && cd project-name
49
49
python3 -m venv .env
50
50
source .env/bin/activate
51
- pip3 install adafruit-circuitpython-led animation
51
+ pip3 install adafruit-circuitpython-led- animation
52
52
53
53
Usage Example
54
54
=============
Original file line number Diff line number Diff line change 18
18
long_description = f .read ()
19
19
20
20
setup (
21
- name = "adafruit-circuitpython-led animation" ,
21
+ name = "adafruit-circuitpython-led- animation" ,
22
22
use_scm_version = True ,
23
23
setup_requires = ["setuptools_scm" ],
24
24
description = "CircuitPython helper for LED colors and animations." ,
25
25
long_description = long_description ,
26
26
long_description_content_type = "text/x-rst" ,
27
27
# The project's main homepage.
28
- url = "https://github.com/adafruit/Adafruit_CircuitPython_LED Animation " ,
28
+ url = "https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation " ,
29
29
# Author details
30
30
author = "Adafruit Industries" ,
31
31
author_email = "circuitpython@adafruit.com" ,
49
49
# simple. Or you can use find_packages().
50
50
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
51
51
# CHANGE `py_modules=['...']` TO `packages=['...']`
52
- py_modules = ["adafruit_led animation " ],
52
+ py_modules = ["adafruit_led_animation " ],
53
53
)
You can’t perform that action at this time.
0 commit comments