From 34e08f8e28a5a446a990159fdca91fd8832d8e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20L=C3=B3pez=20Ram=C3=ADrez?= Date: Mon, 15 Jun 2020 12:27:53 +0200 Subject: [PATCH] pip install code labelled as shell --- easy_my_coop/description.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/easy_my_coop/description.rst b/easy_my_coop/description.rst index 0770945..33db7e8 100644 --- a/easy_my_coop/description.rst +++ b/easy_my_coop/description.rst @@ -8,11 +8,10 @@ python -m venv venv And then pip-install them [from pypi](https://pypi.org/user/coopdevs/). ### Example -For instance, for the addon `easy_my_coop_website_portal` -``` +For instance, for the addon `easy_my_coop_website_portal` +```shell pip install odoo12-addon-easy-my-coop-website-portal==12.0.1.0.0.99.dev9 ``` - Beware that for word separation, pypi uses dashes `-` and odoo underscores `_`.