[doc] recommend pip instead of apt for installing things 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:29:23 +0100
branch3.26
changeset 12478 d3b4fc9c59dc
parent 12477 2ad9fc4e3190
child 12479 26542c8244d3
[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.