mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 07:59:32 +01:00
Remove instructions for installing from Git from the README.
Install from Git is only supposed to be used by people who want to contribute, anyway.
This commit is contained in:
parent
417f38b8c1
commit
c51a22de39
32
README.md
32
README.md
@ -6,9 +6,7 @@ for controlling access to commands, as well as more than 50 builtin plugins
|
|||||||
providing around 400 actual commands.
|
providing around 400 actual commands.
|
||||||
|
|
||||||
Limnoria is a project which continues development of Supybot (you can
|
Limnoria is a project which continues development of Supybot (you can
|
||||||
call it a fork) by fixing bugs and adding features (see the
|
call it a fork) by fixing bugs and adding features.
|
||||||
[list of added features](https://github.com/ProgVal/Limnoria/wiki/LGC) for
|
|
||||||
more details).
|
|
||||||
|
|
||||||
# Build status
|
# Build status
|
||||||
|
|
||||||
@ -27,32 +25,18 @@ Python 2.5 and older versions are not supported.
|
|||||||
If this is your first install, there is an [install guide](http://doc.supybot.aperio.fr/en/latest/use/install.html).
|
If this is your first install, there is an [install guide](http://doc.supybot.aperio.fr/en/latest/use/install.html).
|
||||||
You will probably be pointed to it if you ask on IRC how to install
|
You will probably be pointed to it if you ask on IRC how to install
|
||||||
Limnoria.
|
Limnoria.
|
||||||
|
TL;DR version:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get install python3 python3-pip
|
||||||
|
pip3 install --user limnoria
|
||||||
|
supybot-wizard
|
||||||
|
```
|
||||||
|
|
||||||
There is extensive documentation at [doc.supybot.aperio.fr] and at
|
There is extensive documentation at [doc.supybot.aperio.fr] and at
|
||||||
[Gribble wiki]. We took the time to write it; you should take the time to
|
[Gribble wiki]. We took the time to write it; you should take the time to
|
||||||
read it.
|
read it.
|
||||||
|
|
||||||
## Installing from cloned repo
|
|
||||||
|
|
||||||
*If you don't need to clone the repo, please see the previous two
|
|
||||||
paragraphs for easier installation methods.*
|
|
||||||
|
|
||||||
```
|
|
||||||
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
|
|
||||||
|
|
||||||
```
|
|
||||||
git clone https://github.com/ProgVal/Limnoria.git
|
|
||||||
cd Limnoria
|
|
||||||
python3 -m pip install -r requirements.txt --user
|
|
||||||
python3 setup.py install --user
|
|
||||||
```
|
|
||||||
|
|
||||||
[doc.supybot.aperio.fr]:http://doc.supybot.aperio.fr/
|
[doc.supybot.aperio.fr]:http://doc.supybot.aperio.fr/
|
||||||
[Gribble wiki]:https://sourceforge.net/p/gribble/wiki/Main_Page/
|
[Gribble wiki]:https://sourceforge.net/p/gribble/wiki/Main_Page/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user