Skip to content

Commit

Permalink
Merge pull request scionproto#63 from kormat/prereqs
Browse files Browse the repository at this point in the history
Include missing packages in the README
  • Loading branch information
shitz committed Apr 17, 2015
2 parents b770bb2 + 262bb14 commit 2cc55d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Necessary steps in order to run SCION:
0. Install required packages with dependencies:

```sh
$ sudo apt-get install python python3 python-dev python3-dev python3-pip screen
$ sudo pip3 install bitstring python-pytun pydblite pygments
$ sudo apt-get install python python3 python-dev python3-dev python3-pip screen zookeeperd
$ sudo pip3 install bitstring python-pytun pydblite pygments pycrypto kazoo
$ sudo pip2 install supervisor==3.1.3
$ sudo pip2 install supervisor-quick
```
Expand Down

0 comments on commit 2cc55d5

Please sign in to comment.