Skip to content

Commit ab31ca9

Browse files
committed
Add Nix/NixOS instructions
1 parent 70fe79b commit ab31ca9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ The package is available in the [Python Package Index](https://pypi.python.org/)
1313
$ pip3 install elmax --user
1414
```
1515

16+
For Nix or NixOS users is a package available. Keep in mind that the lastest
17+
releases might only be present in the `unstable` channel.
18+
19+
```bash
20+
$ nix-env -iA nixos.python38Packages.elmax
21+
```
22+
1623
## Usage
1724

1825
For details about the usage please check the `examples.py` file.

0 commit comments

Comments
 (0)