From e1c4c77405899fdd436d1d04c4f1ff05eae8e711 Mon Sep 17 00:00:00 2001 From: Kiryl <47635555+Kibzik@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:21:39 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__