diff --git a/README.md b/README.md index f888b4a..1df2030 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Codewars Test Framework for Python +### Installation + +```bash +pip install git+https://github.com/codewars/python-test-framework.git#egg=codewars_test +``` + ### Basic Example ```python