mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-19 08:59:27 +01:00
Update README and list of classifiers.
This commit is contained in:
parent
14180a24ec
commit
abfc499be6
12
README.md
12
README.md
@ -34,20 +34,22 @@ read it.
|
|||||||
|
|
||||||
## Installing from cloned repo
|
## 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.*
|
paragraphs for easier installation methods.*
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
|
git clone https://github.com/ProgVal/Limnoria.git
|
||||||
sudo pip install -r requirements.txt
|
cd Limnoria
|
||||||
|
sudo python3 -m pip install -r requirements.txt
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
alternatively without root
|
alternatively without root
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
|
git clone https://github.com/ProgVal/Limnoria.git
|
||||||
pip install -r requirements.txt --user
|
cd Limnoria
|
||||||
|
python3 -m pip install -r requirements.txt --user
|
||||||
python3 setup.py install --user
|
python3 setup.py install --user
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1
setup.py
1
setup.py
@ -209,6 +209,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user