diff --git a/README.rst b/README.rst index ae93379..b8453ca 100644 --- a/README.rst +++ b/README.rst @@ -27,3 +27,15 @@ Specify tags to exclude (blacklist): from markdownify import markdownify as md md('Yay GitHub', convert=['b']) # > '**Yay** GitHub' + + +Development +=========== + +To run tests: + +``python setup.py test`` + +To lint: + +``python setup.py lint``