mirror of
https://github.com/Hyperspeed1313/porkbun-dynamic-dns-python.git
synced 2026-01-31 04:41:21 +00:00
Footnote for Mac OS users
Added a footnote on installing pip and running with the --user flag for Mac OS users using default Python 2.7
This commit is contained in:
parent
3ecfcc09c3
commit
91109cb753
1 changed files with 4 additions and 2 deletions
|
|
@ -7,9 +7,11 @@ Installation:
|
||||||
1. Install Python if it's not already installed. This client is Python 2-compatible so it should run out of the box on MacOS and many Linux distributions. If you're running Windows, you should download the most recent production Python version.
|
1. Install Python if it's not already installed. This client is Python 2-compatible so it should run out of the box on MacOS and many Linux distributions. If you're running Windows, you should download the most recent production Python version.
|
||||||
2. Download and uncompress porkbun-dynamic-dns-python to the folder of your choice
|
2. Download and uncompress porkbun-dynamic-dns-python to the folder of your choice
|
||||||
3. Install the *requests* library:
|
3. Install the *requests* library:
|
||||||
`pip install requests`
|
`pip install requests`*
|
||||||
4. Rename config.json.example to config.json and paste in your generated API and Secret keys. Save the config file. If you haven't yet generated the keys, check out our [Getting Started Guide.](https://kb.porkbun.com/article/190-getting-started-with-the-porkbun-dns-api)
|
4. Rename config.json.example to config.json and paste in your generated API and Secret keys. Save the config file. If you haven't yet generated the keys, check out our [Getting Started Guide.](https://kb.porkbun.com/article/190-getting-started-with-the-porkbun-dns-api)
|
||||||
|
|
||||||
|
* If running the DDNS client on MacOS with the default Python 2.7, run `ensurepip --upgrade --user` first then run `pip install requests --user`
|
||||||
|
|
||||||
## Running the client
|
## Running the client
|
||||||
|
|
||||||
#### Root domain
|
#### Root domain
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue