|
4 | 4 | <a href=https://github.com/MHKiT-Software/MHKiT-Python/actions/workflows/main.yml> |
5 | 5 | <img src="https://github.com/MHKiT-Software/MHKiT-Python/actions/workflows/main.yml/badge.svg"> |
6 | 6 | </a> |
7 | | - <a href=https://coveralls.io/github/MHKiT-Software/MHKiT-Python?branch=master> |
8 | | - <img src="https://coveralls.io/repos/github/MHKiT-Software/MHKiT-Python/badge.svg?branch=master"> |
| 7 | + <a href=https://coveralls.io/github/MHKiT-Software/MHKiT-Python?branch=main> |
| 8 | + <img src="https://coveralls.io/repos/github/MHKiT-Software/MHKiT-Python/badge.svg?branch=main"> |
9 | 9 | </a> |
10 | 10 | <a href=https://pepy.tech/project/mhkit> |
11 | 11 | <img src="https://pepy.tech/badge/mhkit"> |
@@ -33,14 +33,16 @@ See the [MHKiT documentation](https://mhkit-software.github.io/MHKiT) for more i |
33 | 33 | ## Installation |
34 | 34 |
|
35 | 35 | MHKiT-Python requires Python (3.10, 3.11, 3.12) along with several Python |
36 | | -package dependencies. MHKiT-Python can be installed from PyPI using the command: |
| 36 | +package dependencies. MHKiT-Python can be installed using the Conda package manager: |
37 | 37 |
|
38 | | -`pip install mhkit` |
| 38 | +```bash |
| 39 | +conda install -c conda-forge mhkit |
| 40 | +``` |
39 | 41 |
|
40 | | -MHKiT can alternatively be installed using conda: |
| 42 | +MHKiT can alternatively be installed from PyPi using pip: |
41 | 43 |
|
42 | 44 | ```bash |
43 | | -conda install -c conda-forge mhkit |
| 45 | +pip install mhkit |
44 | 46 | ``` |
45 | 47 |
|
46 | 48 | See [installation instructions](https://mhkit-software.github.io/MHKiT/installation.html) for more information. |
@@ -82,7 +84,7 @@ The GitHub platform has the branch feature that facilitates code contributions a |
82 | 84 | 1. Navigate to your fork of MHKiT-Python (see instructions above) |
83 | 85 | 2. Above the list of files, click **Branches**. |
84 | 86 | 3. Click **New Branch**. |
85 | | -4. Enter a name for the branch. Be sure to select **MHKiT-Software/MHKiT-Python:master** as the source. |
| 87 | +4. Enter a name for the branch. Be sure to select **MHKiT-Software/MHKiT-Python:main** as the source. |
86 | 88 | 5. Click **Create branch**. You will now have a branch on your fork of MHKiT-Python that you can use to work with the code base. |
87 | 89 |
|
88 | 90 | ## Creating a pull request |
|
0 commit comments