Skip to content

Commit

Permalink
MHKiT installation codebox & order
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Dec 9, 2024
1 parent 8edfd70 commit 3edee88
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ See the [MHKiT documentation](https://mhkit-software.github.io/MHKiT) for more i
## Installation

MHKiT-Python requires Python (3.10, 3.11, 3.12) along with several Python
package dependencies. MHKiT-Python can be installed from PyPI using the command:
package dependencies. MHKiT-Python can be installed using the Conda package manager:

`pip install mhkit`
```bash
conda install -c conda-forge mhkit
```

MHKiT can alternatively be installed using conda:
MHKiT can alternatively be installed from PyPi using pip:

```bash
conda install -c conda-forge mhkit
pip install mhkit
```

See [installation instructions](https://mhkit-software.github.io/MHKiT/installation.html) for more information.
Expand Down

0 comments on commit 3edee88

Please sign in to comment.