Add example of usage

This commit is contained in:
2022-11-12 13:16:11 +01:00
parent 180365d727
commit 8ca3646f8c
12 changed files with 88 additions and 1293 deletions

View File

@@ -20,6 +20,7 @@ push: ## Push code with tags
git push && git push --tags
test: ## Run tests
python -m doctest bayesclass/bayesclass.py
pytest
doc: ## Update documentation