From 120ef7ee864899e7c39c5ff3eb49190c43e998c6 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 17 Dec 2016 14:36:18 -0800 Subject: [PATCH] docs/INSTALL: update pointers for 1.12.0 --- docs/INSTALL.rst | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 02ea0ca06..f2df93060 100644 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -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