We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4285fc commit feef90cCopy full SHA for feef90c
1 file changed
README.rst
@@ -52,6 +52,13 @@ On a Fedora-based system or on a CentOS/RHEL machine which has EPEL enabled.
52
53
$ sudo dnf -y install python3-dingz
54
55
+For Nix or NixOS users is a package available. Keep in mind that the lastest releases might only
56
+be present in the ``unstable`` channel.
57
+
58
+.. code:: bash
59
60
+ $ nix-env -iA nixos.python3Packages.dingz
61
62
Module usage
63
------------
64
0 commit comments