Skip to content
Snippets Groups Projects
Commit eba35171 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:books: update install instructions

parent 611ba5d4
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
--- ---
Add odoo 13. Add odoo 13.
Add ODOO_ADDONS_PATH env var to start. Add ODOO_ADDONS_PATH env var to start.
Add import_sql script. Add import_sql script.
Add option to bind odoo sources in the image Add option to bind odoo sources in the image
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Odoo Scripts 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 Shell Scripts
============= =============
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
The recommend way to install this module is to run ``pip3 install .``, eventually with the ``editable`` option. 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]"``. 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``. 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 conf2reST.py
------------ ------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment