Skip to content

Commit

Permalink
Merge pull request PyAr#356 from PyAr/classic-forever
Browse files Browse the repository at this point in the history
Install using --classic, and why. Fixes PyAr#311.
  • Loading branch information
gilgamezh authored May 2, 2019
2 parents f76111b + 59b8b02 commit a9271e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,12 @@ For Arch Linux, you can install it from the **AUR** using any `AUR helper <https

In systems with Snaps:

snap install fades
snap install fades --classic

(why `--classic`? Because it's the only way that `fades` could, from
inside the snap, access the rest of the system in case you want to
use a different Python version, or a dependency that needs
compilation, etc).

For Mac OS X (and `Homebrew <http://brew.sh/>`_):

Expand Down

0 comments on commit a9271e0

Please sign in to comment.