@@ -32,18 +32,18 @@ or individual libraries can be installed using
32
32
=====================
33
33
34
34
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
35
- PyPI <https://pypi.org/project/circuitpython-boxplot /> `_.
35
+ PyPI <https://pypi.org/project/circuitpython-uboxplot /> `_.
36
36
To install for current user:
37
37
38
38
.. code-block :: shell
39
39
40
- pip3 install circuitpython-boxplot
40
+ pip3 install circuitpython-uboxplot
41
41
42
42
To install system-wide (this may be required in some cases):
43
43
44
44
.. code-block :: shell
45
45
46
- sudo pip3 install circuitpython-boxplot
46
+ sudo pip3 install circuitpython-uboxplot
47
47
48
48
To install in a virtual environment in your current project:
49
49
@@ -52,7 +52,7 @@ To install in a virtual environment in your current project:
52
52
mkdir project-name && cd project-name
53
53
python3 -m venv .venv
54
54
source .env/bin/activate
55
- pip3 install circuitpython-boxplot
55
+ pip3 install circuitpython-uboxplot
56
56
57
57
Installing to a Connected CircuitPython Device with Circup
58
58
==========================================================
@@ -69,7 +69,7 @@ following command to install:
69
69
70
70
.. code-block :: shell
71
71
72
- circup install boxplot
72
+ circup install uboxplot
73
73
74
74
Or the following command to update an existing version:
75
75
@@ -93,5 +93,5 @@ Contributing
93
93
============
94
94
95
95
Contributions are welcome! Please read our `Code of Conduct
96
- <https://github.com/jposada202020/CircuitPython_boxplot /blob/HEAD/CODE_OF_CONDUCT.md> `_
96
+ <https://github.com/jposada202020/CircuitPython_uboxplot /blob/HEAD/CODE_OF_CONDUCT.md> `_
97
97
before contributing to help this project stay welcoming.
0 commit comments