We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a5f08 commit 01cf4fcCopy full SHA for 01cf4fc
1 file changed
README.rst
@@ -65,7 +65,7 @@ following command to install:
65
66
.. code-block:: shell
67
68
- circup install csv
+ circup install circuitpython-csv
69
70
Or the following command to update an existing version:
71
@@ -80,7 +80,7 @@ Installing from PyPI
80
81
This library is provided on PyPI so that code developed for microcontrollers with this
82
library will also run on computers like the Raspberry Pi. If you just need a package
83
- for working with CSV files on a computer only, consider using the Python standard
+ for working with CSV files on a computer or SBC only, consider using the Python standard
84
library's ``csv`` module instead.
85
86
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
0 commit comments