We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092b965 commit 3e2ceebCopy full SHA for 3e2ceeb
README.md
@@ -1,5 +1,11 @@
1
# Codewars Test Framework for Python
2
3
+### Installation
4
+
5
+```bash
6
+pip install git+https://github.com/codewars/python-test-framework.git#egg=codewars_test
7
+```
8
9
### Basic Example
10
11
```python
0 commit comments