Changed distribution name

This commit is contained in:
Krateng 2019-12-10 13:53:05 +01:00
parent 3382c20cb4
commit 0f4c7b04f7
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ Also neat: You can use your **custom artist or track images**.
## How to install
1) Download Maloja with the command `pip install maloja`. Make sure to use the correct python version (Use `pip3` if necessary). I've provided a simple .sh file to get Maloja going on an Alpine server (e.g. in Proxmox).
1) Download Maloja with the command `pip install malojaserver`. Make sure to use the correct python version (Use `pip3` if necessary). I've provided a simple .sh file to get Maloja going on an Alpine server (e.g. in Proxmox).
2) Start the server with
@ -44,7 +44,7 @@ Also neat: You can use your **custom artist or track images**.
maloja restart
maloja start
3) Update Maloja with `pip install maloja --upgrade --no-cache-dir`
3) Update Maloja with `pip install malojaserver --upgrade --no-cache-dir`
4) Various folders have `.info` files with more information on how to use their associated features.

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev
pip3 install maloja
pip3 install malojaserver

View File

@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name=module.name,
name="malojaserver",
version=".".join(str(n) for n in module.version),
author=module.author["name"],
author_email=module.author["email"],