You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Specific file format to track addon dependencies: [odoo\_requirements.txt](docs/odoo-requirements-txt.md)
22
+
- Specific file format to track addon dependencies: [odoo\_requirements.txt](https://katyukha.gitlab.io/odoo-helper-scripts/odoo-requirements-txt/)
23
23
- installation from *git* repositories
24
24
- installation from *Mercurial* repositories (**experimental**)
25
25
- installation of python dependencies from [PyPI](pypi.python.org/pypi) or any [vcs supported by setuptools](https://setuptools.readthedocs.io/en/latest/setuptools.html?highlight=develop%20mode#dependencies-that-aren-t-in-pypi) (automatically process *requirements.txt* files in repository and anddon directories.
@@ -45,9 +45,9 @@
45
45
***Note*** Documentaion in this readme, or in other sources, may not be up to date!!!
46
46
So use ``--help`` option, which is available for most of commands.
47
47
48
-
-[Documentation](docs/index.md)
49
-
-[Installation](docs/installation.md)
50
-
-[Frequently used commands](docs/frequently-used-commands.md)
Copy file name to clipboardExpand all lines: docs/installation.md
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Installation of odoo-helper-scripts
2
2
3
-
Installation of *odoo-helper-scripts* consists of two steps:
3
+
Installation of *odoo-helper-scripts* consists of three steps:
4
+
4
5
1. Install *odoo-helper-scripts*
5
6
2. Install system dependencies for *odoo-helper-scripts*
6
7
3. Install dependencies for specific *Odoo* version
@@ -12,6 +13,7 @@ only supported on debian-like systems (using apt)
12
13
13
14
## Installing odoo-helper-scripts itself
14
15
There are two options to install *odoo-helper-scripts*:
16
+
15
17
-*user-space* installation
16
18
-*system-wide* installation
17
19
@@ -38,10 +40,10 @@ If this directory does not exists at installation time, then it will be created.
38
40
1.*command not found `odoo-helper`* after installation. Ususaly this happens, because there is
39
41
no `$HOME/bin` directory or it is not in `$PATH` before installation.
40
42
After installation this directory will be created, but additional steps may be required to add it to `$PATH`
41
-
- restart shell session (for example open new terminal window or tab).
42
-
This may help if shell is configured to use `$HOME/bin` directory if it is exists.
43
-
- if *bash* is used as shell, then it may be enough to source `.profile` file (`$ source $HOME/.profile`)
44
-
- add `$HOME/bin` directory to `$PATH` in your shell start-up configration ([Stack Exchange Question](https://unix.stackexchange.com/questions/381228/home-bin-dir-is-not-on-the-path))
43
+
- restart shell session (for example open new terminal window or tab).
44
+
This may help if shell is configured to use `$HOME/bin` directory if it is exists.
45
+
- if *bash* is used as shell, then it may be enough to source `.profile` file (`$ source $HOME/.profile`)
46
+
- add `$HOME/bin` directory to `$PATH` in your shell start-up configration ([Stack Exchange Question](https://unix.stackexchange.com/questions/381228/home-bin-dir-is-not-on-the-path))
45
47
46
48
### System-wide installation
47
49
@@ -50,6 +52,7 @@ To install (system-wide) just do folowing:
0 commit comments