« Explore Framework docs »
Report bug
·
Request feature
·
How to Contribute
·
Support
- Python 3.7+
- Pillow
Python package requirements are listed in the requirements.txt file, which can be used to install all requirements from pip: 'pip install -r requirements.txt'
In order to run the tests you will need to install some dependencies that are not part of the runtime dependencies.
Assuming that you have cloned this repository do:
pip install -r test-requirements.txt
python run_tests.py
There are various examples of the features and how to get started. Check out the examples folder.
In order to build the documentation you will need to install some dependencies that are not part of the runtime dependencies.
Assuming that you have cloned this repository do:
pip install -r docs-requirements.txt
mkdocs build
This will generate the HTML documentation in the <>/site
folder. Look for the index.html
file and open it with your browser.
Documentation is available at https://botcity-dev.github.io/botcity-framework-base-python.