Skip to content

Commit 3e2ceeb

Browse files
authored
README.md: pip installation instruction (#25)
1 parent 092b965 commit 3e2ceeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Codewars Test Framework for Python
22

3+
### Installation
4+
5+
```bash
6+
pip install git+https://github.com/codewars/python-test-framework.git#egg=codewars_test
7+
```
8+
39
### Basic Example
410

511
```python

0 commit comments

Comments
 (0)