From cc4acc2f306a9d78dcf1e912d7a773b3a9db74d4 Mon Sep 17 00:00:00 2001 From: ssolson Date: Wed, 4 Dec 2024 10:36:46 -0500 Subject: [PATCH] add conda-forge to command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9bcfced..4a6f5c3d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ package dependencies. MHKiT-Python can be installed from PyPI using the command: MHKiT can alternatively be installed using conda: ```bash -conda install mhkit +conda install -c conda-forge mhkit ``` See [installation instructions](https://mhkit-software.github.io/MHKiT/installation.html) for more information.