From 8d5b2d56cae1288eff5030ddd120211f4a6a74b4 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko <36362599+Maks1mS@users.noreply.github.com> Date: Thu, 16 Sep 2021 16:59:52 +0300 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74efc90..8d4661f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,28 @@ ## Installation -``` +```bat pip install git+https://github.com/Maks1mS/turinglab.git ``` ## Develop -``` +```bat python setup.py develop ``` + +## Usage + +```bat +turinglab +``` + +### Example + +```bat +turinglab 0to1to0.tur 101 out.docx +``` + +Content of ```out.docx```: + +![image](https://user-images.githubusercontent.com/36362599/133625379-0624f6ab-b43b-40de-83e7-6495ee03c45b.png)