From 3e2ceebd6e6eda7b5058792d1d23a48be8eefa6a Mon Sep 17 00:00:00 2001 From: Christopher Sahnwaldt Date: Thu, 11 Aug 2022 03:29:13 +0200 Subject: [PATCH] README.md: pip installation instruction (#25) --- 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