commit d1061ac71c30d6230283c94f20194fe820622cc4 Author: David Fifield david@bamsoftware.com Date: Wed Mar 6 10:20:55 2013 -0800
New home of pyptlib. --- doc/bundle-gnulinux.txt | 2 +- doc/bundle-macosx.txt | 2 +- doc/bundle-windows.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt index 0e03ba3..192768b 100644 --- a/doc/bundle-gnulinux.txt +++ b/doc/bundle-gnulinux.txt @@ -71,7 +71,7 @@ Packages to install:
=== pyptlib
- $ git clone https://git.torproject.org/user/asn/pyptlib.git + $ git clone https://git.torproject.org/pluggable-transports/pyptlib.git $ cd pyptlib $ sudo python setup.py install --single-version-externally-managed --root=/
diff --git a/doc/bundle-macosx.txt b/doc/bundle-macosx.txt index f5b177e..8a27203 100644 --- a/doc/bundle-macosx.txt +++ b/doc/bundle-macosx.txt @@ -52,7 +52,7 @@ Extract and verify the tarball. Then run
=== pyptlib
- $ git clone https://git.torproject.org/user/asn/pyptlib.git + $ git clone https://git.torproject.org/pluggable-transports/pyptlib.git $ cd pyptlib $ python setup.py install --root=~/bundle --prefix=/usr
diff --git a/doc/bundle-windows.txt b/doc/bundle-windows.txt index 8588e0f..1da1959 100644 --- a/doc/bundle-windows.txt +++ b/doc/bundle-windows.txt @@ -60,7 +60,7 @@ http://twistedmatrix.com/Releases/twisted-12.3.0-md5sums.txt
=== pyptlib
- $ git clone https://git.torproject.org/user/asn/pyptlib.git + $ git clone https://git.torproject.org/pluggable-transports/pyptlib.git $ cd pyptlib $ /cygdrive/c/Python27/python.exe setup.py install
tor-commits@lists.torproject.org