Update README and list of classifiers.

This commit is contained in:
Valentin Lorentz 2016-11-05 00:49:36 +01:00
parent 14180a24ec
commit abfc499be6
2 changed files with 8 additions and 5 deletions

View File

@ -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
```

View File

@ -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',
],