Skip to content

Commit

Permalink
Minor fixes (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
namurphy authored Jul 22, 2024
1 parent 964c277 commit 2db64a3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ hidetitle: True

<br/>

[`conda`]: https://docs.conda.io/en/latest
[`pip`]: https://pip.pypa.io/en/stable
[conda]: https://docs.conda.io/en/latest
[pip]: https://pip.pypa.io/en/stable
[code contribution workflow]: https://docs.plasmapy.org/en/latest/contributing/workflow.html
[coding guidelines]: https://docs.plasmapy.org/en/latest/contributing/coding_guide.html
[**contributor guide**]: https://docs.plasmapy.org/en/latest/contributing/index.html
Expand All @@ -90,7 +90,7 @@ functionality.

## Install PlasmaPy

PlasmaPy may be installed from the command line using [`pip`]:
PlasmaPy may be installed from the command line using [pip]:

```bash
pip install plasmapy
Expand All @@ -99,6 +99,13 @@ pip install plasmapy
**Note:** If you run into difficulty using `pip`, you may also try using
`pip3` or `python -m pip` or `python3 -m pip` as the command.

If you have a working installation of [conda], then you may install
PlasmaPy with:

```shell
conda install -c conda-forge plasmapy
```

[PlasmaPy's documentation] contains more detailed [installation
instructions]. If you are unfamiliar with Python, please check out the
[Python] website.
Expand Down

0 comments on commit 2db64a3

Please sign in to comment.