@@ -565,8 +565,7 @@ Simplest way
565565In some systems you can install ``fades `` directly, no needing to
566566install previously any dependency.
567567
568- If you are in debian unstable or testing, just do (but probably you will not
569- get the latest version, see below for alternative installation methods):
568+ If you are in debian unstable or testing, just do:
570569
571570 sudo apt-get install fades
572571
@@ -617,16 +616,17 @@ And on Arch Linux with::
617616
618617 pacman -S python-xdg
619618
620- Fades also needs the `virtualenv <https://virtualenv.pypa.io/en/latest/> ` package to
621- support different Python versions for child execution. (see `--python ` argument.)
619+ Fades also needs the `virtualenv <https://virtualenv.pypa.io/en/latest/> `
620+ package to support different Python versions for child execution. (see the
621+ ``--python `` option.)
622622
623623
624624For others debian and ubuntu
625625----------------------------
626626
627627If you are NOT in debian unstable or testing (if you are, see
628628above for better instructions), you can use this
629- `.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_8.1 -1_all.deb >`_.
629+ `.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0 -1_all.deb >`_.
630630
631631Download it and install doing::
632632
@@ -646,7 +646,7 @@ Multiplatform tarball
646646Finally you can always get the multiplatform tarball and install
647647it in the old fashion way::
648648
649- wget http://ftp.debian.org/debian/pool/main/f/fades/fades_8.1 .orig.tar.gz
649+ wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0 .orig.tar.gz
650650 tar -xf fades_*.tar.gz
651651 cd fades-*
652652 sudo ./setup.py install
0 commit comments