Skip to content

Commit 942e911

Browse files
author
Jason Ward
committed
refs #62: Better update note
1 parent 1f94c44 commit 942e911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ You can pass in `convert_root_level_upper_roman=True` to the parser and it will
235235
Command Line Execution
236236
######################
237237

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

Comments
 (0)