Update README.md

This commit is contained in:
microwavedcola1 2021-09-22 16:13:11 +02:00 committed by GitHub
parent c1cecca950
commit 69f4ec692a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# py
A python3 client with some examples for the mango markets v3 REST Service
# Pre-requisites
* you have [poetry](https://python-poetry.org/docs/#installation) installed
* you have the REST API service from `../mango-service-v3 running` locally
@ -10,4 +13,4 @@
* ...
# Todos
* add pre-commit e.g. black, pylint, mypy, reorder-python-imports
* add pre-commit e.g. black, pylint, mypy, reorder-python-imports