Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
blinard-BIOINFO authored Nov 4, 2024
1 parent 3c5c8bc commit 9dc1430
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ Or for the current user (replace ``DIRECTORY`` with any directory you like):
$ cmake --install . --prefix DIRECTORY
$ export PATH=DIRECTORY/bin:$PATH
To run ipk.py wrapper script, you will need to install click python module :

.. code-block:: console
$ sudo apt install python-pip
$ pip install click # or sudo pip install click
Other dependencies
------------------
Expand Down

0 comments on commit 9dc1430

Please # to comment.