You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,13 @@ Python библиотека для интеграции с мессенджер
9
9
10
10
Документация к REST API находится по [ссылке](https://green-api.com/docs/api/). Библиотека является оберткой к REST API, поэтому документация по ссылке выше применима и к самой библиотеке.
11
11
12
-
## Установка
12
+
## Подготовка среды
13
+
14
+
На машине должен быть установлен Python 3 последней версии, который можно скачать
15
+
с официального сайта: [python.org](https://www.python.org/downloads/)
16
+
Все зависимости будут устанволены при установке библиотеки.
0 commit comments