Skip to content

Commit 0252ae4

Browse files
authored
Merge pull request #44 from paulvi/patch-1
Python - show option to use venv
2 parents 54b1618 + 3647312 commit 0252ae4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ npm install oauth-1.0a
5353

5454
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`.
5555

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+
5663
You can install these packages as follows:
5764

5865
```bash

0 commit comments

Comments
 (0)