Ensure you have a Python 3.6+ installation.
-
Install pipenv:
pip3 install --user pipenv
-
Install dependencies:
pipenv install
-
List tasks
$ pipenv run invoke --list
Available tasks:
format Produce pep8 normative code output
lint Static analysis of code for programming issues
start Run BDIO Brain
start-leaf Run BDIO Leaf
test Tests
- Start app
$ pipenv run start
# OR
$ pipenv run invoke start
Starting brain
All aboard!