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