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
|
## 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
|
pip3 install -r requirements-build.txt -r requirements-runtime.txt
|
||||||
|
|
||||||
To run unit tests :
|
To run unit tests :
|
||||||
|
|
|
@ -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
|
git clone https://github.com/nicolabs/nicobot.git
|
||||||
cd nicobot
|
cd nicobot
|
||||||
|
python3 setup.py build
|
||||||
pip3 install -r requirements-runtime.txt
|
pip3 install -r requirements-runtime.txt
|
||||||
|
|
||||||
> **NOTE**
|
> **NOTE**
|
||||||
|
|
Loading…
Reference in a new issue