# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1593596979 -7200
#      Wed Jul 01 11:49:39 2020 +0200
# Node ID eba351711a9c5af58a668c11c724a7428f69d597
# Parent  611ba5d473026d8a63192c6d0dc2a0fb408e42f1
📚 update install instructions

diff --git a/NEWS.rst b/NEWS.rst
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -11,6 +11,7 @@
 ---
 
 Add odoo 13.
+
 Add ODOO_ADDONS_PATH env var to start.
 Add import_sql script.
 Add option to bind odoo sources in the image
diff --git a/README.rst b/README.rst
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
 Odoo Scripts
 ============
 
-Most commands can be run directly or with the image build from ``Dockerfile`` (xcgd/odoo_scripts) by indicating the command to run.
+Most commands can be run directly or with the image build from ``Dockerfile`` (xcgd/odoo_scripts) by indicating the command to run, but the best way to use this module is to install it. Installing will also install dependencies.
 
 Shell Scripts
 =============
@@ -92,6 +92,7 @@
 The recommend way to install this module is to run ``pip3 install .``, eventually with the ``editable`` option.
 Some scripts are in other sections, because they need some specialized library, in that case you need to indicate the name of section as in ``pip3 install ".[docker]"``.
 The prerequisites for this module or one of its section can be installed by using pip3 or the package manager; the requirements are defined in ``setup.py``.
+As there is no way of indicating sections (it is even handling them incorrectly), do not use ``python3 setup.py install``.
 
 conf2reST.py
 ------------