diff --git a/Develop.md b/Develop.md index 0e2737d..94d4362 100644 --- a/Develop.md +++ b/Develop.md @@ -8,8 +8,9 @@ ## Basic development -Install Python dependencies (for both building and running) with : +Generate `nicobot/version.py` & install Python dependencies (for both building and running) with : + python3 setup.py build pip3 install -r requirements-build.txt -r requirements-runtime.txt To run unit tests : diff --git a/README.md b/README.md index 85524b7..3f625ce 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ To install from source you need to fulfill the requirements for a package instal git clone https://github.com/nicolabs/nicobot.git cd nicobot + python3 setup.py build pip3 install -r requirements-runtime.txt > **NOTE**