We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7570a19 + bcca780 commit 11500f0Copy full SHA for 11500f0
README.rst
@@ -17,7 +17,7 @@ Installation
17
18
.. code-block:: bash
19
20
- pip install woocommerce
+ pip install -U git+https://github.com/<user>/<repo>@tag
21
22
Getting started
23
---------------
woocommerce/api.py
@@ -13,7 +13,7 @@
13
from time import time
14
from urllib.parse import urlencode
15
16
-from oauth import OAuth
+from .oauth import OAuth
from requests import session
from requests.adapters import HTTPAdapter, Retry
from requests.auth import HTTPBasicAuth
0 commit comments