diff --git a/README.md b/README.md index 422adf1..ac27a3e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,15 @@ DEM is available in the [PyPI repository](https://pypi.org/project/axem-dem/). I :information_source: The package name is axem-dem, but the command is `dem`. + +You can also install it with init-dem.sh from our repository. The installer script checks are you using the corresponding python version and install docker.io and axem-dem pip modul. Download it with the the following command: + + curl 'https://raw.githubusercontent.com/axem-solutions/dem/main/init-dem.sh' > init-dem.sh + +Then execute it: + + ./init-dem.sh + ## Quick start ### Install a preconfigured environment diff --git a/docs/installation.md b/docs/installation.md index 702a2bc..0cc43d7 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -21,6 +21,15 @@ And that's it! Now you should be able to use the `dem` command. The package name is axem-dem, but the command is `dem`. + +You can also install it with init-dem.sh from our repository. The installer script checks are you using the corresponding python version and install docker.io and axem-dem pip modul. Download it with the the following command: + + curl 'https://raw.githubusercontent.com/axem-solutions/dem/main/init-dem.sh' > init-dem.sh + +Then execute it: + + ./init-dem.sh + ## Optional: Use the source code The dem is [open source](https://github.com/axem-solutions/dem), so you can use it as a python