Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 30, 2024
1 parent d005ed3 commit 1fe506b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions docs/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,8 @@ Getting Started
System Requirements
-------------------

``mc3`` is compatible with Python 3.6+, and has been `tested
<https://github.com/pcubillos/mc3/actions/workflows/python-package.yml>`_ to work on Unix/Linux and
OS X machines, with the following software:

* Numpy >= 1.19.5
* Scipy >= 1.9.3
* Matplotlib >= 3.3.4

``mc3`` may work with previous versions of these software;
however, we do not guarantee nor provide support for that.

``mc3`` is compatible with Python 3.7+, and has been `tested
<https://github.com/pcubillos/mc3/actions/workflows/python-package.yml>`_ to work on Unix/Linux and OS X machines.

Install
-------
Expand All @@ -39,6 +30,7 @@ Alternatively (e.g., for developers), clone the repository to your local machine
git clone https://github.com/pcubillos/mc3
cd mc3
pip install -r requirements.txt
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mc3: Multi-Core Markov-Chain Monte Carlo

.. note::

Got Python3.6+? Simply install as: ``pip install mc3``
Got Python3.7+? Simply install as: ``pip install mc3``


Features
Expand Down

0 comments on commit 1fe506b

Please sign in to comment.