1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Elaborate on provider specific requirements in README

This commit is contained in:
Ross McFarland
2023-02-20 13:04:34 -08:00
parent 31d373fc8a
commit cc32fbd188

View File

@@ -49,6 +49,7 @@ $ cd dns
$ python -m venv env
...
$ source env/bin/activate
# provider-specific-requiremnts would be things like: octodns-route53 octodns-azure
$ pip install octodns <provider-specific-requirements>
$ mkdir config
```