Skip to content

Commit

Permalink
docs: mention pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jul 17, 2023
1 parent 3be8ede commit 2d4f890
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion doc/python/source/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,21 @@ The installation of the FFPopSim Python module is done via the programs Make and
distutils_. Please refer also to the `INSTALL` file if the instructions below do
not satisfy your needs (or generate errors!).


Using pip
^^^^^^^^^
The simplest way to install FFPopSim is using pip:

.. code-block:: bash
pip install FFPopSim
The package page on PyPI is at https://pypi.org/project/FFPopSim/


Using the binaries
^^^^^^^^^^^^^^^^^^
The simplest way to install FFPopSim is using the binaries provided for 32 and
Another way to install FFPopSim is using the binaries provided for 32 and
64 bit Linux and Mac OSX (10.6+) systems. You can choose either way:

#. copy manually the files from ``build/<your arch>`` into a folder included in
Expand Down

0 comments on commit 2d4f890

Please sign in to comment.