This commit is contained in:
Oliver Dolk 2019-01-28 16:37:26 -08:00 коммит произвёл GitHub
Родитель 653e58f60b
Коммит 09b7de3889
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@ the caller to manage Azure Devops pipelines that are maintained within an Azure
## Install
To install the package from pip:
```
pip install azure-devops-build-manager
pip install azure-functions-devops-build
```
## Get started
To use the API, you need to first establish a connection to azure by loging into your azure account using `az login`. You can then follow the example as below. Firstly we get the token from login and use this to authenticate the different python function calls.