Skip to content

Commit

Permalink
Should be legit
Browse files Browse the repository at this point in the history
libffi-dev may not be needed, I'll test it later, I was needing it when trying to upgrade the pyOpenSSL module through pip. But turns out upgrading pyOpenSSL is not needed to run the examples (but is recommended by autobahn for security reasons)
  • Loading branch information
s4w3d0ff authored Jun 24, 2016
1 parent 7efa850 commit af650c1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@

##Push Api Setup
See http://autobahn.ws/python/installation.html for more details on other systems.
### From fresh Ubuntu 14.04 install (Python 2.7):
### From fresh Ubuntu install (14.04.4 LTS Desktop):
#####Python 2.7
```bash
sudo apt-get install build-essential libssl-dev python-pip python-dev libffi-dev git
sudo bash -c 'apt-get update && apt-get upgrade'
sudo pip install pyOpenSSL
sudo pip install service_identity
sudo pip install autobahn[twisted]
git clone https://github.com/s4w3d0ff/python-poloniex.git && cd python-poloniex
sudo python setup install
cd examples
git clone https://github.com/s4w3d0ff/python-poloniex.git && cd python-poloniex/examples
python polocalbox.py
python tickercatcher.py
```

0 comments on commit af650c1

Please sign in to comment.