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 ...
% venv/bin/tahoe --version
tahoe-lafs: 1.11.0
tahoe-lafs: 1.12.0
foolscap: ...
%
@ -172,35 +172,20 @@ advantage of the hosted pre-compiled wheels::
Install From a Source Tarball
-----------------------------
You can also download the source tarball first, unpack it, then install from
the unpacked source tree.
You can also install directly from the source tarball URL::
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
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.
% venv/bin/pip install .
Processing ~/tahoe-lafs-1.11.0
% venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.0.tar.bz2
Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.0.tar.bz2
...
Installing collected packages: ...
Successfully installed ...
% 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 ...
% 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
@ -272,7 +257,7 @@ result in a "all tests passed" mesage::
% tox
GLOB sdist-make: ~/tahoe-lafs/setup.py
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[1] | trial --rterrors allmydata
allmydata.test.test_auth