docs/INSTALL: update pointers for 1.12.0

This commit is contained in:
Brian Warner 2016-12-17 14:36:18 -08:00
parent 42c3f09097
commit 120ef7ee86

View File

@ -158,7 +158,7 @@ from PyPI with ``venv/bin/pip install tahoe-lafs``. After installation, run
Successfully installed ... Successfully installed ...
% venv/bin/tahoe --version % venv/bin/tahoe --version
tahoe-lafs: 1.11.0 tahoe-lafs: 1.12.0
foolscap: ... foolscap: ...
% %
@ -172,35 +172,20 @@ advantage of the hosted pre-compiled wheels::
Install From a Source Tarball Install From a Source Tarball
----------------------------- -----------------------------
You can also download the source tarball first, unpack it, then install from You can also install directly from the source tarball URL::
the unpacked source tree.
Download the latest stable release, `Tahoe-LAFS v1.11.0`_.
.. _Tahoe-LAFS v1.11.0: https://tahoe-lafs.org/downloads/tahoe-lafs-1.11.0.tar.bz2
Then unpack and install (again into a virtualenv)::
% wget https://tahoe-lafs.org/downloads/tahoe-lafs-1.11.0.tar.bz2
...
% tar xf tahoe-lafs-1.11.0.tar.bz2
...
% cd tahoe-lafs-1.11.0
% virtualenv venv % virtualenv venv
New python executable in ~/tahoe-lafs-1.11.0/venv/bin/python2.7 New python executable in ~/venv/bin/python2.7
Installing setuptools, pip, wheel...done. Installing setuptools, pip, wheel...done.
% venv/bin/pip install . % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.0.tar.bz2
Processing ~/tahoe-lafs-1.11.0 Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.0.tar.bz2
... ...
Installing collected packages: ... Installing collected packages: ...
Successfully installed ... Successfully installed ...
% venv/bin/tahoe --version % venv/bin/tahoe --version
tahoe-lafs: 1.11.0 tahoe-lafs: 1.12.0
... ...
@ -223,7 +208,7 @@ the additional libraries needed to run the unit tests::
Successfully installed ... Successfully installed ...
% venv/bin/tahoe --version % venv/bin/tahoe --version
tahoe-lafs: 1.11.0.post34.dev0 tahoe-lafs: 1.12.0.post34.dev0
... ...
This way, you won't have to re-run the ``pip install`` step each time you This way, you won't have to re-run the ``pip install`` step each time you
@ -272,7 +257,7 @@ result in a "all tests passed" mesage::
% tox % tox
GLOB sdist-make: ~/tahoe-lafs/setup.py GLOB sdist-make: ~/tahoe-lafs/setup.py
py27 recreate: ~/tahoe-lafs/.tox/py27 py27 recreate: ~/tahoe-lafs/.tox/py27
py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.11.0a2.post8.dev0.zip py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.12.0.post8.dev0.zip
py27 runtests: commands[0] | tahoe --version py27 runtests: commands[0] | tahoe --version
py27 runtests: commands[1] | trial --rterrors allmydata py27 runtests: commands[1] | trial --rterrors allmydata
allmydata.test.test_auth allmydata.test.test_auth