mirror of
https://github.com/krateng/maloja.git
synced 2026-03-06 08:53:37 -05:00
5 lines
159 B
Bash
5 lines
159 B
Bash
#!/usr/bin/env bash
|
|
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
|
pip3 install psutil wheel
|
|
pip3 install malojaserver
|