pip install unicef-vision
Add unicef_vision
to INSTALLED_APPS
in settings
INSTALLED_APPS = [
...
'unicef_vision',
]
TODO
To install the necessary libraries
$ make install
See PEP 8 Style Guide for Python Code for complete details on the coding standards.
To run checks on the code to ensure code is in compliance
$ make lint
Testing is important and tests are located in tests/ directory and can be run with;
$ make test
Coverage report is viewable in build/coverage directory, and can be generated with;
Stable | |||
Development | |||
Source Code | https://github.com/unicef/unicef-vision | ||
Issue tracker | https://github.com/unicef/unicef-vision/issues |