File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ current directory. It is used to pack up `pyecharts.js`_
19
19
Limitation
20
20
================================================================================
21
21
22
- It **cannot** find the `requirements.txt` file for you, which you need to figure it
23
- out by yourself. Once you will have the dependency list(the dependency on
24
- brython_stdlib.js) , the packing step is straight foward.
22
+ It **cannot** collect the package dependency on built-in python modules (the dependencies on brython_stdlib.js)
23
+ for you. You need to figure it out by yourself and save it in a requirements.txt file.
24
+ Once you will have the dependency list , the packing step is straight foward.
25
25
26
26
Usage
27
27
================================================================================
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ or clone it and install it:
42
42
Limitation
43
43
================================================================================
44
44
45
- It **cannot ** find the ` requirements.txt ` file for you, which you need to figure it
46
- out by yourself. Once you will have the dependency list(the dependency on
47
- brython_stdlib.js) , the packing step is straight foward.
45
+ It **cannot ** collect the package dependency on built-in python modules (the dependencies on brython_stdlib.js)
46
+ for you. You need to figure it out by yourself and save it in a requirements.txt file.
47
+ Once you will have the dependency list , the packing step is straight foward.
48
48
49
49
Usage
50
50
================================================================================
You can’t perform that action at this time.
0 commit comments