Skip to content

Commit

Permalink
Update install.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningclaw001 authored Jan 24, 2024
1 parent 08f0554 commit b03d513
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ Prerequisites
MPET on Windows
-----------------------------

MPET on Windows needs to use python 3.6 or 3.7 because daetools on
windows is only available for those versions.
MPET on Windows can be installed directly.

First make sure that you have a correct python version with (ana)conda for
The python version can be chosen with (ana)conda for
example:


.. code-block:: bash
conda create -n mpet python=3.7 pip
conda create -n mpet python=3.X pip
conda activate mpet
Then install daetools via PyPi
Expand Down

0 comments on commit b03d513

Please sign in to comment.