Difference between revisions of "Pi Setup Python 3 MySql"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) (→Links) |
||
| Line 11: | Line 11: | ||
*'''[https://www.raspberrypi.org/forums/viewtopic.php?t=86005 Python3 using MySQL - Raspberry Pi Forums ]''' | *'''[https://www.raspberrypi.org/forums/viewtopic.php?t=86005 Python3 using MySQL - Raspberry Pi Forums ]''' | ||
| + | |||
| + | |||
| + | |||
| + | == Try == | ||
| + | |||
| + | |||
| + | <pre> | ||
| + | sudo apt-get -y install python3-mysql.connector | ||
| + | |||
| + | |||
| + | </pre> | ||
Revision as of 09:27, 1 December 2017
Links
Try
sudo apt-get -y install python3-mysql.connector