diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0f9bb56..d785349 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,7 +4,7 @@ After you've cloned the repository, traverse into the `maloja` folder with `cd m Your system needs several packages installed. On Alpine, this can be done with -`apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers` +`sh ./install/alpine_requirements.sh` For other distros, try to find the equivalents of the packages listed or simply check your error output. diff --git a/install/alpine_requirements.sh b/install/alpine_requirements.sh new file mode 100644 index 0000000..7f26638 --- /dev/null +++ b/install/alpine_requirements.sh @@ -0,0 +1,2 @@ +sh ./install/alpine_requirements_run.sh +sh ./install/alpine_requirements_build.sh