Skip to content

Commit f6eac1f

Browse files
Update README.md
1 parent 2e6f8f9 commit f6eac1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ A pure-`Python` implementation of the `HMcode-2020` method ([Mead et al. 2021](h
77
## Installation
88

99
Either
10-
```
11-
pip install hmcode
10+
```bash
11+
> pip install hmcode
1212
```
1313
or, if you want to edit the code, use the demo notebook, or run the tests or consistency checks, then clone the repository, `cd` into the directory, and then
14-
```
15-
poetry install
14+
```bash
15+
> poetry install
1616
```
1717
to create a virtual environment with everything you need to get going.
1818

0 commit comments

Comments
 (0)