Skip to content

Commit 2e7ff6e

Browse files
committed
update readme
1 parent d9ec372 commit 2e7ff6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# py-script
2+
23
a framework to quickly build python script project
4+
5+
Python Version > 3.6.1 to support rich module
6+
7+
```shell
8+
# Install required python modules
9+
pip install -r requirements.txt
10+
# test command line client help documentation
11+
python main.py --help
12+
```
13+

0 commit comments

Comments
 (0)