Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 996 Bytes

INSTALL.rst

File metadata and controls

27 lines (20 loc) · 996 Bytes

Erp-Workbench install

The installation of erp-workbench hast the following major steps:

  1. setup virtualenv wrapper

    This is explained in install/virtualenv_wrapper.txt_

  2. create a virtual env using virtualenv-wrapper

    cd to the folder where erp-workbench is donloaded to ececute the following commands:

    mkvirtualenv -a . -p python3 workbench
    (cd bin; ln -s $(which python))
    (cd bin; ln -s $(which pip))
    bin/pip install -r install/requirements.txt
    (cd help; make html)
    (echo $'\n''alias  wb="workon workbench"' >> ~/.bash_aliases)
    

After having executed the above commands and opened a new bash terminal (you created a new alias that is only active when freshly loaded)

the command:
wb

will activate the workbench environment and cd into its installation folder