Skip to content

Commit

Permalink
minor clarification to proxy section
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 21, 2017
1 parent 79331f3 commit 6d39165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wiki/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ $ export HTTP_PROXY="http://10.10.1.10:3128"
$ export HTTPS_PROXY="http://10.10.1.10:1080"
```

After exporting the above variables with your proxy settings, all reqeusts from within ccxt will be routed through those proxies.

You can also set them programmatically:

```Python
Expand Down

0 comments on commit 6d39165

Please sign in to comment.