contributing.md 268 字节
Newer Older
N
nettee 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
## LeetCode Animation 管理脚本 anima 使用说明

需要使用 Python 3.6+ 版本

安装依赖:

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

### 创建新题解

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

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