-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e11d6f6
commit e3ab0eb
Showing
9 changed files
with
25 additions
and
14 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Installing MIRP | ||
=============== | ||
MIRP is available from `PyPI <https://pypi.org/project/mirp/>`_ and can be installed using ``pip``, or other installer | ||
tools: | ||
|
||
.. code-block:: console | ||
pip install mirp | ||
.. note:: | ||
We highly recommend installing MIRP in a virtual environment to avoid dependency issues. For more information | ||
see this `primer <https://realpython.com/python-virtual-environments-a-primer/>`_. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Quick-start | ||
=========== | ||
|
||
Before you begin, you need to: | ||
1. Install MIRP (see :ref:`installation`). |