Skip to content

Commit

Permalink
WIP: Fix formatting of medkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Jan 29, 2024
1 parent fe2f87a commit 7de2380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user_guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported Python versions

*medkit* requires a distribution of Python with a minimum version of 3.8.
`medkit` requires a distribution of Python with a minimum version of 3.8.

```{note}
It is recommended to install `medkit` in a virtual or conda environment.
Expand All @@ -13,13 +13,13 @@ It is recommended to install `medkit` in a virtual or conda environment.
Releases of `medkit` are published on [PyPI](https://pypi.org/project/medkit-lib/)
under the name **medkit-lib**.

To install *medkit* with basic functionalities:
To install `medkit` with basic functionalities:

```console
python -m pip install 'medkit-lib'
```

To install _medkit_ with all functionalities:
To install `medkit` with all functionalities:

```console
python -m pip install 'medkit-lib[all]'
Expand Down

0 comments on commit 7de2380

Please sign in to comment.