Skip to content

Commit

Permalink
Merge pull request #94 from firefly-cpp/90-installation-instructions
Browse files Browse the repository at this point in the history
πŸ“ added Arch Linux and Nix installation instructions to README
  • Loading branch information
firefly-cpp authored Apr 28, 2024
2 parents 1929e76 + 5edb3c3 commit e309e8d
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 @@ -91,6 +91,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 e309e8d

Please sign in to comment.