Skip to content

Commit dface28

Browse files
committed
添加脚本使用说明
1 parent 56d49b8 commit dface28

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Python files
2+
__pycache__/

contributing.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## LeetCode Animation 管理脚本 anima 使用说明
2+
3+
需要使用 Python 3.6+ 版本
4+
5+
安装依赖:
6+
7+
```
8+
pip install -r requirements.txt
9+
```
10+
11+
### 创建新题解
12+
13+
生成题解目录框架,以及 Markdown 文件模板。
14+
15+
```
16+
python anima.py new 1 'Two Sum'
17+
```
18+

0 commit comments

Comments
 (0)