Skip to content

Commit

Permalink
Add installer script to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
magyta93 committed Nov 9, 2023
1 parent 01b5b4f commit cc7bac4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc7bac4

Please sign in to comment.