Update README.md
This commit is contained in:
parent
62da81a618
commit
8d5b2d56ca
20
README.md
20
README.md
@ -2,12 +2,28 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```bat
|
||||||
pip install git+https://github.com/Maks1mS/turinglab.git
|
pip install git+https://github.com/Maks1mS/turinglab.git
|
||||||
```
|
```
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
|
|
||||||
```
|
```bat
|
||||||
python setup.py develop
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user