We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fe79b commit ab31ca9Copy full SHA for ab31ca9
1 file changed
README.md
@@ -13,6 +13,13 @@ The package is available in the [Python Package Index](https://pypi.python.org/)
13
$ pip3 install elmax --user
14
```
15
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
23
## Usage
24
25
For details about the usage please check the `examples.py` file.
0 commit comments