File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
* .o
2
2
* .a
3
3
* .dSYM
4
+ * .pyc
5
+ build
6
+ dist
4
7
sortdb /sortdb
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ The following daemons are built on simplehttp and included
14
14
* simplememdb - an in-memory version of simpletokyo
15
15
* qrencode
16
16
17
- INSTALL INSTRUCTIONS
18
- ====================
17
+ simplehttp Install Instructions
18
+ ===============================
19
19
20
20
to install any of the simplehttp components you will need to install
21
21
[ libevent] ( http://www.monkey.org/~provos/libevent/ ) 1.4.13+ and the 'simplehttp' module first.
@@ -39,3 +39,8 @@ Some modules have additional dependencies:
39
39
* [ qrencode] ( http://fukuchi.org/works/qrencode/index.en.html )
40
40
* [ pcre] ( http://www.pcre.org/ )
41
41
42
+ pysimplehttp Install Instructions
43
+ =================================
44
+
45
+ pip install pysimplehttp
46
+
You can’t perform that action at this time.
0 commit comments