Skip to content

Commit 0273a6f

Browse files
committed
add install
1 parent 7f9cda2 commit 0273a6f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/install.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
> Python 3.10
3+
4+
```
5+
sudo apt-get install libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev
6+
```
7+
8+
```
9+
sudo apt install libxmlsec1 libxmlsec1-dev
10+
```
11+
12+
```
13+
pip install -r requirements.txt
14+
```

0 commit comments

Comments
 (0)