LeetCodeAnimation/contributing.md
2020-04-17 23:32:29 +08:00

19 lines
268 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## LeetCode Animation 管理脚本 anima 使用说明
需要使用 Python 3.6+ 版本
安装依赖
```
pip install -r requirements.txt
```
### 创建新题解
生成题解目录框架以及 Markdown 文件模板
```
python anima.py new 1 'Two Sum'
```