mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 17:15:36 +02:00
+ instructions to generate version.py before running the bots
This commit is contained in:
parent
797b54cc80
commit
7aa6d9ec71
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue