Mikaela Suomalainen
|
f1ebccb9f1
|
INSTALL: install requirements with pip before Limnoria itself.
[SKIP CI]
|
2014-06-18 21:31:19 +03:00 |
|
Mikaela Suomalainen
|
f9e8be5d0c
|
INSTALL.md: add installing requirements under pip.
It seems that pip ignores `requirements.txt` unless it's installed separately.
|
2014-06-18 21:24:50 +03:00 |
|
Mikaela Suomalainen
|
42fd986da3
|
INSTALL.md: fix copy-pasting.
[SKIP CI]
|
2014-06-04 15:39:51 +03:00 |
|
Mikaela Suomalainen
|
f354aa4a68
|
INSTALL.md: clone using HTTPS instead of GIT.
GitHub seems to be removing the `git://` links. Changing to `https://`
in case they are going to discontinue `git://`.
[SKIP CI]
|
2014-06-04 15:36:25 +03:00 |
|
Mikaela Suomalainen
|
d8e992d727
|
INSTALL.md: Tell pip to install from git master.
[SKIP CI]
|
2014-06-04 15:33:24 +03:00 |
|
Mikaela Suomalainen
|
c397317e8b
|
INSTALL.md: fix pip instructions.
* pip has `--user`, `--install-option` just confuses people.
* pip user installation happens by `pip install limnoria --user`.
|
2014-06-03 21:01:36 +03:00 |
|
Srijay Kasturi
|
899d23e0d7
|
for 1 line code blocks you only need , not ``
|
2014-05-26 23:01:54 -04:00 |
|
Mikaela Suomalainen
|
943c7405f5
|
INSTALL.md: Fix Debian/Ubuntu link.
It seems that markdown converts Debian to lower-case debian and the link goes to upper case Debian which doesn't exist.
|
2014-05-23 00:44:06 +03:00 |
|
Mikaela Suomalainen
|
6e5f18c3f8
|
Update INSTALL & .mailmap
[SKIP CI]
|
2014-05-22 14:47:12 +03:00 |
|
Valentin Lorentz
|
4f0c879004
|
Fix links to the docs.
|
2014-05-20 16:15:41 +00:00 |
|
nyuszika7h
|
df65152ba8
|
fix previous commit
|
2014-05-01 12:17:28 +03:00 |
|
nyuszika7h
|
bb0511470c
|
fix 0dae4d7d39
|
2014-05-01 12:12:56 +03:00 |
|
Mikaela Suomalainen
|
0dae4d7d39
|
INSTALL.md: make setting PATH as simple as possible.
|
2014-05-01 11:20:45 +03:00 |
|
Mikaela Suomalainen
|
33870b95d9
|
INSTALL.md: mention pip install -r requirements.txt
|
2014-04-30 19:57:51 +03:00 |
|
Mikaela Suomalainen
|
63901e0fa4
|
INSTALL.md & requirements.txt: remove Twisted.
|
2014-04-30 19:55:30 +03:00 |
|
Mikaela Suomalainen
|
6cbfb0dbf0
|
INSTALL.md & requirements.txt: remove pysqlite.
|
2014-04-30 17:54:44 +03:00 |
|
Valentin Lorentz
|
8a5c4753d0
|
Fix links in INSTALL.md.
|
2014-03-04 13:55:05 +00:00 |
|
Valentin Lorentz
|
b9e4f80e2a
|
Add optional dependencies introduced in Limnoria in INSTALL.md.
|
2014-03-04 13:51:16 +00:00 |
|
Mikaela Suomalainen
|
98482f0826
|
INSTALL.md: 2 to 3 or vice versa, remove executable Supybot* first. Thanks nyuszika7h :)
|
2014-02-21 18:24:38 +02:00 |
|
Mikaela Suomalainen
|
361b36515a
|
INSTALL.md: add instructions for using Python 3.
At least for *nix-like systems.
|
2014-02-21 17:38:40 +02:00 |
|
Valentin Lorentz
|
18708a2678
|
Aka: Add SQLite3 backend.
|
2014-02-02 22:22:20 +01:00 |
|
Valentin Lorentz
|
c40c2c1f79
|
Added SQLAlchemy in INSTALL.md.
|
2013-11-03 19:30:52 +01:00 |
|
Valentin Lorentz
|
0ef1347bc6
|
Update INSTALL.md
|
2013-02-16 10:55:27 +01:00 |
|
Valentin Lorentz
|
60e442e885
|
Update the installation procedure.
|
2013-01-30 20:12:01 +01:00 |
|
Valentin Lorentz
|
9e5f7025d8
|
INSTALL.md: Add extra instructions for Python 3.
|
2013-01-20 15:23:00 +01:00 |
|
Valentin Lorentz
|
322cedc13d
|
Fix install guide.
|
2012-07-29 13:36:50 +02:00 |
|
Mika Suomalainen
|
f8067cf69c
|
fix previous commit
|
2012-05-27 12:44:42 +03:00 |
|
Mika Suomalainen
|
19a54afba9
|
fix previous commit
|
2012-05-27 12:43:00 +03:00 |
|
Mika Suomalainen
|
d94da9064e
|
INSTALL.md: add space to fix comment.
|
2012-05-27 12:41:39 +03:00 |
|
Mika Suomalainen
|
199dd1b28d
|
INSTALL.md: add missing ).
|
2012-05-27 12:39:48 +03:00 |
|
Mika Suomalainen
|
8d74e9a129
|
INSTALL.md: make easy to read even in normal text editor.
RE: https://github.com/ProgVal/Limnoria/pull/366?_nid=50578805#issuecomment-5945963
|
2012-05-27 12:36:00 +03:00 |
|
Mika Suomalainen
|
2474b373a4
|
INSTALL.md: make docs/ link to index.rst.
|
2012-05-26 12:44:22 +03:00 |
|
Mika Suomalainen
|
c860ea0f50
|
INSTALL.md: make GETTING_STARTED and CONFIGURATION links.
|
2012-05-26 12:43:04 +03:00 |
|
Mika Suomalainen
|
28dcc07281
|
INSTALL.md: Add upgrading instructions.
|
2012-05-10 11:51:59 +03:00 |
|
Mika Suomalainen
|
0704eee6d9
|
INSTALL.md: fix 4a6fa12ced
|
2012-05-10 11:31:20 +03:00 |
|
Mika Suomalainen
|
8ea1778ca0
|
INSTALL.md fix b1359e1a9c
|
2012-05-10 11:30:00 +03:00 |
|
Mika Suomalainen
|
73e33c511e
|
INSTALL: update installation guide.
|
2012-05-10 11:26:39 +03:00 |
|
Mika Suomalainen
|
0484f36124
|
INSTALL: Convert to markdown.
|
2012-05-06 18:23:05 +03:00 |
|