|
@@ -222,6 +222,7 @@ function install_tahoelafs {
|
222
|
222
|
venv/bin/pip install setuptools==11.3
|
223
|
223
|
venv/bin/pip install six==1.10.0 packaging==16.8 attrs==16.3.0 appdirs==1.4.2 pycrypto==2.1.0 cffi==1.9.1
|
224
|
224
|
venv/bin/pip install cryptography==1.7.2 markerlib==0.6.0 distribute==0.7.3
|
|
225
|
+ venv/bin/pip install txtorcon==0.18.0
|
225
|
226
|
venv/bin/pip install --editable .
|
226
|
227
|
configure_firewall_for_tahoelafs
|
227
|
228
|
|