From abfc499be676c4e0cca2d276cd9ebab460176b39 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 5 Nov 2016 00:49:36 +0100 Subject: [PATCH] Update README and list of classifiers. --- README.md | 12 +++++++----- setup.py | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 682a31c8c..3fb55e702 100644 --- a/README.md +++ b/README.md @@ -34,20 +34,22 @@ read it. ## Installing from cloned repo -*If you don't want to clone the repo, please see the previous two +*If you don't need to clone the repo, please see the previous two paragraphs for easier installation methods.* ``` -wget https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt -sudo pip install -r requirements.txt +git clone https://github.com/ProgVal/Limnoria.git +cd Limnoria +sudo python3 -m pip install -r requirements.txt sudo python3 setup.py install ``` alternatively without root ``` -wget https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt -pip install -r requirements.txt --user +git clone https://github.com/ProgVal/Limnoria.git +cd Limnoria +python3 -m pip install -r requirements.txt --user python3 setup.py install --user ``` diff --git a/setup.py b/setup.py index 75ad1c632..838af97ab 100644 --- a/setup.py +++ b/setup.py @@ -209,6 +209,7 @@ setup( 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Communications :: Chat :: Internet Relay Chat', 'Topic :: Software Development :: Libraries :: Python Modules', ],