From fb9317ed80d0ffc975ad94a5852737558c462afc Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 17 May 2018 14:12:02 -0600 Subject: [PATCH] change versions in INSTALL --- docs/INSTALL.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 28a8bd132..d3e0ae8b7 100644 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -92,7 +92,7 @@ Many Python installations already include ``pip``, but in case yours does not, get it with the `pip install instructions`_:: % pip --version - pip 8.1.1 from ... (python 2.7) + pip 10.0.1 from ... (python 2.7) .. _pip install instructions: https://pip.pypa.io/en/stable/installing/ @@ -104,7 +104,7 @@ instructions from the `virtualenv documentation`_:: % virtualenv --version - 15.0.1 + 15.1.0 .. _virtualenv documentation: https://virtualenv.pypa.io/en/latest/installation.html @@ -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.12.1 + tahoe-lafs: 1.13.0 foolscap: ... % @@ -178,14 +178,14 @@ You can also install directly from the source tarball URL:: New python executable in ~/venv/bin/python2.7 Installing setuptools, pip, wheel...done. - % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.1.tar.bz2 - Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.1.tar.bz2 + % venv/bin/pip install https://tahoe-lafs.org/downloads/tahoe-lafs-1.13.0.tar.bz2 + Collecting https://tahoe-lafs.org/downloads/tahoe-lafs-1.13.0.tar.bz2 ... Installing collected packages: ... Successfully installed ... % venv/bin/tahoe --version - tahoe-lafs: 1.12.1 + tahoe-lafs: 1.13.0 ... @@ -208,7 +208,7 @@ the additional libraries needed to run the unit tests:: Successfully installed ... % venv/bin/tahoe --version - tahoe-lafs: 1.12.1.post34.dev0 + tahoe-lafs: 1.13.0.post34.dev0 ... This way, you won't have to re-run the ``pip install`` step each time you @@ -257,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.12.1.post8.dev0.zip + py27 inst: ~/tahoe-lafs/.tox/dist/tahoe-lafs-1.13.0.post8.dev0.zip py27 runtests: commands[0] | tahoe --version py27 runtests: commands[1] | trial --rterrors allmydata allmydata.test.test_auth