Browse Source

Add watchdog dependence

pull/2/head
ceherzog_cigogne 3 years ago
parent
commit
80eda343a7
  1. 1
      makefile-installation.md

1
makefile-installation.md

@ -78,6 +78,7 @@ dependencies:
cd ./odoo;
pip3 install setuptools wheel;
pip3 install -r requirements.txt
pip3 install watchdog
.ONESHELL:
addons:

Loading…
Cancel
Save