diff --git a/.moban.d/CUSTOM_README.rst.jj2 b/.moban.d/CUSTOM_README.rst.jj2 index fec4d8f..c8dba02 100644 --- a/.moban.d/CUSTOM_README.rst.jj2 +++ b/.moban.d/CUSTOM_README.rst.jj2 @@ -19,9 +19,9 @@ current directory. It is used to pack up `pyecharts.js`_ Limitation ================================================================================ -It **cannot** find the `requirements.txt` file for you, which you need to figure it -out by yourself. Once you will have the dependency list(the dependency on -brython_stdlib.js), the packing step is straight foward. +It **cannot** collect the package dependency on built-in python modules (the dependencies on brython_stdlib.js) +for you. You need to figure it out by yourself and save it in a requirements.txt file. +Once you will have the dependency list, the packing step is straight foward. Usage ================================================================================ diff --git a/README.rst b/README.rst index 6f6da96..3097e3d 100644 --- a/README.rst +++ b/README.rst @@ -42,9 +42,9 @@ or clone it and install it: Limitation ================================================================================ -It **cannot** find the `requirements.txt` file for you, which you need to figure it -out by yourself. Once you will have the dependency list(the dependency on -brython_stdlib.js), the packing step is straight foward. +It **cannot** collect the package dependency on built-in python modules (the dependencies on brython_stdlib.js) +for you. You need to figure it out by yourself and save it in a requirements.txt file. +Once you will have the dependency list, the packing step is straight foward. Usage ================================================================================