Skip to content

Commit 90e6dc5

Browse files
committed
Readme update
1 parent e56e168 commit 90e6dc5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Python 2 / 3
99

1010
Установка
1111
------------
12-
$ easy_install vk_api
12+
$ pip install vk_api
1313

1414
Для работы необходим модуль [Requests](https://github.com/kennethreitz/requests)
1515

16-
$ easy_install requests
16+
$ pip install requests

vk_api/vk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, login=None, password=None, number=None, token=None,
3232
:param proxies: proxy server
3333
{'http': 'http://127.0.0.1:8888/',
3434
'https': 'https://127.0.0.1:8888/'}
35-
:param captcha_handler: функция для обработки капчи
35+
:param captcha_handler: Функция для обработки капчи
3636
:param config_filename: Расположение config файла
3737
3838
:param api_version: Версия API (default: '5.21')

0 commit comments

Comments
 (0)