Skip to content

Commit

Permalink
Installation instructions for Alpine linux package
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp authored Nov 5, 2022
1 parent 79bc4d8 commit 4cdb307
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ To install NiaAML GUI on Fedora, use:
$ dnf install NiaAML-GUI
```

### Alpine Linux

To install NiaAML GUI on Alpine Linux, please enable Community repository and use:

```sh
$ apk add niaaml-gui
```

## Usage

NiaAML GUI application allows you to use main features of the [NiaAML](https://github.com/lukapecnik/NiaAML) framework. There are two views in the application. In the first one, you can prepare an environment for a pipeline optimization process. The purpose of the second one is to allow you to use an existing pipeline from a file. **The application currently supports data input in a form of CSV files.**
Expand Down

0 comments on commit 4cdb307

Please sign in to comment.