Skip to content

Commit

Permalink
添加脚本使用说明
Browse files Browse the repository at this point in the history
  • Loading branch information
nettee committed Apr 17, 2020
1 parent 56d49b8 commit dface28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Python files
__pycache__/
18 changes: 18 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## LeetCode Animation 管理脚本 anima 使用说明

需要使用 Python 3.6+ 版本

安装依赖

```
pip install -r requirements.txt
```

### 创建新题解

生成题解目录框架以及 Markdown 文件模板

```
python anima.py new 1 'Two Sum'
```

0 comments on commit dface28

Please sign in to comment.