From 2d903789c29d196339b5c9a20568fdb047f5fd3f Mon Sep 17 00:00:00 2001 From: Christopher Sahnwaldt Date: Thu, 11 Aug 2022 02:17:09 +0200 Subject: [PATCH] README.md: pip installation instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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