mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
4 lines
113 B
Bash
4 lines
113 B
Bash
#!/usr/bin/env bash
|
|
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev
|
|
pip3 install maloja
|