Skip to content

Commit

Permalink
πŸ“ added Arch Linux and Nix installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzBeck committed Apr 23, 2024
1 parent 23dda00 commit 5edb3c3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,28 @@ To install NiaAML on Alpine Linux, please enable Community repository and use:
$ apk add py3-niaaml
```

### Arch Linux

To install NiaAML on Arch Linux, use:

```sh
$ pacman -S python-niaaml
```

### Nix

To install NiaAML with the [Nix package manager](https://search.nixos.org/packages?channel=23.11&show=python311Packages.niaaml), use:

```sh
$ nix-env -i python311Packages.niaaml
```

To enter a shell with the package already installed, use:

```sh
$ nix-shell -p python311Packages.niaaml
```

## πŸ’» Graphical User Interface

There is a simple Graphical User Interface for the NiaAML package available [here](https://github.com/lukapecnik/NiaAML-GUI).
Expand Down

0 comments on commit 5edb3c3

Please sign in to comment.