1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Reworked install scripts again

This commit is contained in:
krateng
2022-03-10 21:45:56 +01:00
parent cc2b984080
commit c944a3d937
17 changed files with 78 additions and 35 deletions

View File

@@ -11,10 +11,10 @@ Clone the repository and enter it.
To avoid cluttering your system, consider using a [virtual environment](https://docs.python.org/3/tutorial/venv.html).
Your system needs several packages installed. On Alpine, this can be done with
Your system needs several packages installed. For supported distributions, this can be done with e.g.
```console
sh ./dev/install_dependencies_alpine.sh
sh ./install/install_dependencies_alpine.sh
```
For other distros, try to find the equivalents of the packages listed or simply check your error output.