Skip to content

Commit 6e97706

Browse files
authored
Update README.md
1 parent 0309e03 commit 6e97706

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# python-sandbox
22
A python sandbox for making testcases
3+
4+
5+
Requirements:
6+
- Python 3.6
7+
- Pipenv
8+
9+
On command line:
10+
11+
```bash
12+
python3 -m pip install pipenv
13+
```
14+
Then
15+
```bash
16+
pipenv install --dev
17+
```
18+
And you are ready for using it!

0 commit comments

Comments
 (0)