diff options
-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 |