mirror of
https://gitee.com/TheAlgorithms/LeetCodeAnimation.git
synced 2024-12-06 15:19:44 +08:00
添加脚本使用说明
This commit is contained in:
parent
56d49b874c
commit
dface28fa4
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Python files
|
||||
__pycache__/
|
18
contributing.md
Normal file
18
contributing.md
Normal file
@ -0,0 +1,18 @@
|
||||
## LeetCode Animation 管理脚本 anima 使用说明
|
||||
|
||||
需要使用 Python 3.6+ 版本
|
||||
|
||||
安装依赖:
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### 创建新题解
|
||||
|
||||
生成题解目录框架,以及 Markdown 文件模板。
|
||||
|
||||
```
|
||||
python anima.py new 1 'Two Sum'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user