From 88866d62bd47f485130e56d0914f834c3fba2c02 Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 18 Jul 2022 17:02:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a2333d0..c8470a6 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,12 @@ ## Инструкция 1. Скачайте все необходимые модули -```sh -pip install -r requirements.txt +```shell +$ pip install -r requirements.txt ``` 2. Запустите main.py -```sh -python main.py -``` - -## Участники проекта ✨ [(Emoji key)](https://allcontributors.org/docs/en/emoji-key) - - - -
- -
Redume

- 💻 - -
-
Murzify

- 💻 -
\ No newline at end of file +```shell +$ python main.py +``` \ No newline at end of file