Skip to content

Commit 9aaf63c

Browse files
committed
note
1 parent ea6eb38 commit 9aaf63c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# easyleetcode
22

3-
use it:`pip install easyleetcode`
3+
use it, from pip:`pip install easyleetcode`
4+
5+
or use it, from source code : **clone source** then:
6+
- 1.pip install these package >> `['uvicorn', 'fastapi', 'pydantic', 'aiofiles', 'jinja2']`
7+
- 2.run python script : `easyleetcode/web/main.py`
48

59
then , only 2 line code , in any location:
610
```python
@@ -33,6 +37,7 @@ note:
3337
>> run(host="127.0.0.1", port=8080, py_cmd_path='D:\xxx\Python\python3.exe ')
3438
3539

40+
---
3641

3742
## Introduction
3843

@@ -47,6 +52,10 @@ note:
4752
- 给你的任意Python代码做Markdwon笔记//Take markdwon notes for any Python code you want
4853
- 它运行非常流畅//It runs very smoothly
4954
- 你可以把它当做代码笔记包 // You can use it as leetcode study package
55+
56+
57+
---
58+
5059
## code list view
5160
all code list , you can add new code or
5261

@@ -56,10 +65,14 @@ or see video (if exist, tell me)
5665
or select contain keyword code use button 'Find'
5766
![](https://img-blog.csdnimg.cn/20200618094421276.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70)
5867

68+
---
69+
5970
## select code
6071
only see contain 'Sum' code
6172
![](https://img-blog.csdnimg.cn/20200618094439396.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70)
6273

74+
---
75+
6376
## code show view
6477
code detail view
6578

@@ -68,13 +81,16 @@ you can run & debug & study & add code & note Markdown
6881
you can edit you python code & run you code online !
6982
![](https://img-blog.csdnimg.cn/20200618094455622.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70)
7083

84+
---
7185

7286
## code markdown note view
7387
code's markdown note
7488

7589
you can click Edit Button to Edit you note
7690
![](https://img-blog.csdnimg.cn/20200618094510997.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2ppYW5nNDI1Nzc2MDI0,size_16,color_FFFFFF,t_70)
7791

92+
---
93+
7894
## code markdown note edit view
7995
code's markdown note can easy online edit, and
8096

0 commit comments

Comments
 (0)