Skip to content

Commit 4a68353

Browse files
author
czheo
committed
add CONTRIBUTING.md
1 parent f30debe commit 4a68353

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CONTRIBUTION
2+
3+
Thank you for being interested in contributing to this project.
4+
5+
# Run test suites
6+
7+
Clone this repository
8+
9+
```
10+
git clone https://github.com/czheo/syntax_sugar_python
11+
```
12+
13+
Install syntax_sugar as an editable package
14+
15+
```
16+
cd syntax_sugar_python
17+
pip install -e .
18+
```
19+
20+
Run tests
21+
22+
```
23+
python setup.py pytest
24+
```

0 commit comments

Comments
 (0)