You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. make your changes in `.moban.d` directory, then issue command `moban`
230
-
231
-
What is rnd_requirements.txt
232
-
-------------------------------
228
+
As to rnd_requirements.txt, usually, it is created when a dependent
229
+
library is not released. Once the dependecy is installed
230
+
(will be released), the future
231
+
version of the dependency in the requirements.txt will be valid.
233
232
234
-
Usually, it is created when a dependent library is not released. Once the dependecy is installed(will be released), the future version of the dependency in the requirements.txt will be valid.
235
-
236
-
What is pyexcel-commons
237
-
---------------------------------
238
-
239
-
Many information that are shared across pyexcel projects, such as: this developer guide, license info, etc. are stored in `pyexcel-commons` project.
240
-
241
-
What is .moban.d
242
-
---------------------------------
243
-
244
-
`.moban.d` stores the specific meta data for the library.
245
233
246
234
How to test your contribution
247
235
------------------------------
@@ -256,6 +244,25 @@ On Windows systems, please issue this command::
256
244
257
245
> test.bat
258
246
247
+
How to update test environment and update documentation
0 commit comments