Skip to content

Commit

Permalink
Extra changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed May 30, 2020
1 parent b6b5ed7 commit c1ed0cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,7 @@ Simplest way
In some systems you can install ``fades`` directly, no needing to
install previously any dependency.

If you are in debian unstable or testing, just do (but probably you will not
get the latest version, see below for alternative installation methods):
If you are in debian unstable or testing, just do:

sudo apt-get install fades

Expand Down Expand Up @@ -617,16 +616,17 @@ And on Arch Linux with::

pacman -S python-xdg

Fades also needs the `virtualenv <https://virtualenv.pypa.io/en/latest/>` package to
support different Python versions for child execution. (see `--python` argument.)
Fades also needs the `virtualenv <https://virtualenv.pypa.io/en/latest/>`
package to support different Python versions for child execution. (see the
``--python`` option.)


For others debian and ubuntu
----------------------------

If you are NOT in debian unstable or testing (if you are, see
above for better instructions), you can use this
`.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_8.1-1_all.deb>`_.
`.deb <http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0-1_all.deb>`_.

Download it and install doing::

Expand All @@ -646,7 +646,7 @@ Multiplatform tarball
Finally you can always get the multiplatform tarball and install
it in the old fashion way::

wget http://ftp.debian.org/debian/pool/main/f/fades/fades_8.1.orig.tar.gz
wget http://ftp.debian.org/debian/pool/main/f/fades/fades_9.0.orig.tar.gz
tar -xf fades_*.tar.gz
cd fades-*
sudo ./setup.py install
Expand Down
2 changes: 1 addition & 1 deletion pkg/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upstream-Contact: Facundo Batista <facundo@taniquetil.com.ar>
Source: https://github.com/PyAr/fades/

Files: *
Copyright: (C) 2014-2018
Copyright: (C) 2014-2020
Facundo Batista <facundo@taniquetil.com.ar>
Nicolás Demarchi <mail@gilgamezh.me>
License: GPL-3
Expand Down
2 changes: 1 addition & 1 deletion pkg/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fades
version: "8.1"
version: "9.0"
summary: system for automatically handling virtual environments
description: |
fades is a system that automatically handles the virtualenvs in the cases
Expand Down

0 comments on commit c1ed0cd

Please sign in to comment.