+ instructions to generate version.py before running the bots

This commit is contained in:
nicobo 2021-01-20 22:59:02 +01:00
parent 797b54cc80
commit 7aa6d9ec71
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F
2 changed files with 3 additions and 1 deletions

View file

@ -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 :

View file

@ -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**