Skip to content

Commit 118999a

Browse files
committed
update readme
1 parent 32f1a5f commit 118999a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*.o
22
*.a
33
*.dSYM
4+
*.pyc
5+
build
6+
dist
47
sortdb/sortdb

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The following daemons are built on simplehttp and included
1414
* simplememdb - an in-memory version of simpletokyo
1515
* qrencode
1616

17-
INSTALL INSTRUCTIONS
18-
====================
17+
simplehttp Install Instructions
18+
===============================
1919

2020
to install any of the simplehttp components you will need to install
2121
[libevent](http://www.monkey.org/~provos/libevent/) 1.4.13+ and the 'simplehttp' module first.
@@ -39,3 +39,8 @@ Some modules have additional dependencies:
3939
* [qrencode](http://fukuchi.org/works/qrencode/index.en.html)
4040
* [pcre](http://www.pcre.org/)
4141

42+
pysimplehttp Install Instructions
43+
=================================
44+
45+
pip install pysimplehttp
46+

0 commit comments

Comments
 (0)