Update README.md

This commit is contained in:
Maxim Slipenko 2021-09-16 16:59:52 +03:00 committed by GitHub
parent 62da81a618
commit 8d5b2d56ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,28 @@
## Installation
```
```bat
pip install git+https://github.com/Maks1mS/turinglab.git
```
## Develop
```
```bat
python setup.py develop
```
## Usage
```bat
turinglab <input_file> <input_string> <output_file>
```
### 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)