diff --git a/NEWS.rst b/NEWS.rst
index 611ba5d473026d8a63192c6d0dc2a0fb408e42f1_TkVXUy5yc3Q=..eba351711a9c5af58a668c11c724a7428f69d597_TkVXUy5yc3Q= 100644
--- 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
index 611ba5d473026d8a63192c6d0dc2a0fb408e42f1_UkVBRE1FLnJzdA==..eba351711a9c5af58a668c11c724a7428f69d597_UkVBRE1FLnJzdA== 100644
--- 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
 ------------