mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +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
|
||||
|
||||
*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
|
||||
```
|
||||
|
||||
|
1
setup.py
1
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',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user