We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b1618 + 3647312 commit 0252ae4Copy full SHA for 0252ae4
1 file changed
README.md
@@ -53,6 +53,13 @@ npm install oauth-1.0a
53
54
You will need to have Python 3 installed to run this code. The Python samples use `requests==2.24.0` which uses `requests-oauthlib==1.3.0`.
55
56
+(Optionally) It is common and recommended not to install required package globally, but locally under project subfolder using `venv`:
57
+
58
+```bash
59
+python3 -m venv venv
60
+source venv/bin/activate
61
+```
62
63
You can install these packages as follows:
64
65
```bash
0 commit comments