Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit 5307d22

Browse files
committed
doc/INSTALL: Add dependencies
1 parent a5fdb44 commit 5307d22

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/INSTALL.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Setup
22

3+
### Dependencies:
4+
5+
Debian or similar:
6+
7+
```
8+
$ sudo apt-get install python-dev python-pip python-virtualenv
9+
$ sudo apt-get build-dep python-lxml
10+
```
11+
12+
Alpine:
13+
14+
```
15+
$ sudo apk add py-pip py-virtualenv python-dev libxml2-dev libxslt-dev
16+
```
17+
318
### Installation:
419

520
1. Set up an IRC network using Charybdis, Tethys, ShadowIRCD, Elemental-IRCd,

0 commit comments

Comments
 (0)