diff --git a/README.md b/README.md index dc32dde..ef1f029 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ To fix a bug or enhance an existing module, follow these steps: The script will be constantly waiting for a message from the queue(RabbitMQ), into which we load the book via Import File to Convert in the admin panel You can also upload the book that have been converted locally using `def local_convert()` in `consumer.py` -**b.** Run `docx_solver.py` +**2.** Run `docx_solver.py` 1. You need to run it on Linux system, but if u're using Windows - just using python docker intepreter 2. Upload a book to books/docx/ and set the variable `docx_file_path = books/docx/book_name` in __main__ -**c.** Run `epub_solver.py` +**3.** Run `epub_solver.py` Before that upload a book to books/epub/ and set the variable `epub_file_path = books/epub/book_name` in __main__