# HG changeset patch # User Laurent Peuch # Date 1551194963 -3600 # Node ID b7ed38dd3548b00449e985491799d1ecfb040579 # Parent 519c80e23f75b1febb47e2c2aa8f6dace67ccc73 [doc] recommend pip instead of apt for installing things According to a discussion on XMPP we should recommend pip instead. diff -r 519c80e23f75 -r b7ed38dd3548 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.