diff options
Diffstat (limited to 'cholerab')
| -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 | 
