Skip to content

Commit 2ef0bf6

Browse files
Merge pull request #281 from senf666/master
added proxy config to README.md
2 parents 51023eb + 5e1619b commit 2ef0bf6

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
@@ -52,6 +52,13 @@ Run test cases:
5252
python -m pytest
5353
```
5454

55+
# Using a proxy.
56+
57+
Set your environment SOCKS variable
58+
```bash
59+
export SOCKS="username:password@proxy_address:port"
60+
```
61+
5562
# Problems?
5663

5764
Pull requests are welcome!

0 commit comments

Comments
 (0)