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
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -235,4 +235,4 @@ You can pass in `convert_root_level_upper_roman=True` to the parser and it will
235
235
Command Line Execution
236
236
######################
237
237
238
-
It is possible to run the conversion from command line without using any python. This can be done by calling `pydocx --html path/to/file.docx path/to/output.html`. Simply change `pydocx --html` to `pydocx --markdown` in order to convert to markdown instead.
238
+
First you have to install pydocx, this can be done by running the command `pip install pydocx`. From there you can simply call the command `pydocx --html path/to/file.docx path/to/output.html`. Change `pydocx --html` to `pydocx --markdown` in order to convert to markdown instead.
0 commit comments