diff --git a/README.md b/README.md index 6e0990e..df68c11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ pirate-get is a convenient command line tool (inspired by APT) to speed up your trip to the Pirate Bay and get your completely legal torrents more quickly. ## Installation -Make sure you have python 3 and pip installed. +Make sure you have python 3.4 and pip installed. Run `pip3 install pirate-get` diff --git a/setup.py b/setup.py index a4741ae..3b1c9d0 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setup(name='pirate-get', 'Topic :: Terminals', 'Topic :: System :: Networking', 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3.4', 'License :: OSI Approved :: GNU General Public License (GPL)', ], test_suite='tests',