diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-12 10:25:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-19 15:04:50 +0100 |
commit | aa42629969dcbfa204ca8dafac4f5c760d2e42b4 (patch) | |
tree | 0aece6df3c508ad67ed1684a270d8a03c4d53942 /documentation | |
parent | 4b3c59509ca87680af776af5ea1b46bb9c0231e5 (diff) | |
download | poky-aa42629969dcbfa204ca8dafac4f5c760d2e42b4.tar.gz |
toaster-manual: change mysql driver
Here is a quote from Django 1.9 documentation regarding this:
mysqlclient is a fork of MySQLdb which notably supports Python 3
and can be used as a drop-in replacement for MySQLdb. At the time
of this writing, this is the recommended choice for using MySQL
with Django.
(From yocto-docs rev: deb02aeea4912f9d7978de3529467e4503eeeffb)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-setup-and-use.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index b9c51d69ac..d53f8243b3 100644 --- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml +++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml | |||
@@ -267,8 +267,7 @@ | |||
267 | <literallayout class='monospaced'> | 267 | <literallayout class='monospaced'> |
268 | $ cd /var/www/toaster/ | 268 | $ cd /var/www/toaster/ |
269 | $ pip3 install --user -r ./poky/bitbake/toaster-requirements.txt | 269 | $ pip3 install --user -r ./poky/bitbake/toaster-requirements.txt |
270 | $ pip3 install --user mysql | 270 | $ pip3 install --user mysqlclient |
271 | $ pip3 install --user MySQL-python | ||
272 | </literallayout> | 271 | </literallayout> |
273 | <note> | 272 | <note> |
274 | Isolating these packages is not required but is | 273 | Isolating these packages is not required but is |