From c3927bb5a10e34e066146bc5d8c4ed9c4a1c23eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Parlak=C3=A7=C4=B1?= Date: Fri, 5 Jun 2020 17:26:30 +0300 Subject: [PATCH] Changed the size of the code snippet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35dfb18..0b71db5 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ However, binary version for Linux is being worked. So, stay tuned. OR, regardless of your operating system, you can fire up the program from the **source code**. -#### `python3 -m pip install -r -requirements.txt` +### `python3 -m pip install -r -requirements.txt` -#### `python3 script.py` +### `python3 script.py` See the [Interpret from source code](docs/INTERPRET_FROM_SOURCE.md) page for more information.