diff options
author | makefu <github@syntax-fehler.de> | 2014-03-07 15:55:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-07 15:55:05 +0100 |
commit | dfd5330226d0cd3163cfe92508e29ae7c517498c (patch) | |
tree | 17c7d89df302cd9309fe9cf3cc6a51cd82b4daed | |
parent | d090f6563fd45a0fcae59cf7fc5730e257facc8c (diff) |
add ubuntu docu for brick installation
-rw-r--r-- | cholerab/tahoe/brick_installation | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cholerab/tahoe/brick_installation b/cholerab/tahoe/brick_installation index c8a10cd0..77353fa2 100644 --- a/cholerab/tahoe/brick_installation +++ b/cholerab/tahoe/brick_installation @@ -1,5 +1,9 @@ #? /bin/sh +## tahoe brick installation (ubuntu1304) +sudo apt-get install python-dev python-pip gcc libssl-dev + + ## Tahoe Brick Installation (Arch Linux) pacman -S python2 python2-pip net-tools pip2 install pyasn1 zfec pycrypto zbase32 pycryptopp twisted |