[doc] recommend pip instead of apt for installing things
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:29:23 +0100
changeset 12413 b7ed38dd3548
parent 12412 519c80e23f75
child 12414 34e89d5e5e51
[doc] recommend pip instead of apt for installing things According to a discussion on XMPP we should recommend pip instead.
doc/tutorials/advanced/part04_ui-base.rst
--- a/doc/tutorials/advanced/part04_ui-base.rst	Tue Feb 26 16:28:43 2019 +0100
+++ b/doc/tutorials/advanced/part04_ui-base.rst	Tue Feb 26 16:29:23 2019 +0100
@@ -363,7 +363,7 @@
 You'll have to answer some questions, as we've seen in `an earlier post`_.
 
 Now that everything is tested, I can transfer the new code to the production
-server, `apt-get upgrade` cubicweb and its dependencies, and eventually
+server, `pip install` CubicWeb and its dependencies, and eventually
 upgrade the production instance.