Skip to content

Commit

Permalink
Updated pip install instructions. Use Github instead of PyPi.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-cogswell committed Oct 11, 2024
1 parent ff49b29 commit 32870ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Prerequisites
* numpy, scipy, matplotlib, pyqt5, h5py, configparser, schema
* daetools

Install via PyPi
Install via pip
-----------------------------

MPET is available on PyPi, the Python Packaging Index, and can be installed with:
The latest version MPET can be installed directly from Github with the following command:

``pip install mpet``
``pip install git+https://github.com/TRI-AMDD/mpet.git``

Install from source
----------------------------
Expand Down

0 comments on commit 32870ca

Please sign in to comment.