Skip to content

Commit

Permalink
Add installation instructions for Fedora and Mageia Linux for nitropy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Jan 6, 2025
1 parent e582628 commit 311d666
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions source/components/software/nitropy/all-platforms/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,31 @@ If you have already installed Python on your system, you can simply run::

After logging out or restarting your system, nitropy will now be available.

Fedora
~~~~~~

You can install nitropy along with all other required dependencies by using::

sudo dnf install python pipx && pipx ensurepath && pipx install pynitrokey

If you have already installed Python on your system, you can simply run::

sudo dnf install pipx && pipx ensurepath && pipx install pynitrokey

After logging our or restarting your system, nitropy will now be available.

Mageia
~~~~~~

You can install nitropy along with all other required dependencies by using::

sudo dnf install python python3-pip && pip install --user pipx && pipx ensurepath && pipx install pynitrokey

If you have already installed Python on your system, you can simply run::

sudo dnf install python3-pip && pip install --user pipx && pipx ensurepath && pipx install pynitrokey

After logging our or restarting your system, nitropy will now be available.

Installation on other distributions/operating systems
-----------------------------------------------------
Expand Down

0 comments on commit 311d666

Please sign in to comment.