Skip to content

Commit a052f7a

Browse files
authored
Merge pull request #115 from projectsyn/docs/fix-code-blocks
Properly align code blocks with list items in README
2 parents 5c16348 + 18efa61 commit a052f7a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ Documentation on Reclass extensions introduced in the Kapicorp Reclass fork can
4444

4545
1. Create a local virtualenv for running Python tests and install [maturin] and pytest
4646

47-
```
48-
python -m venv .venv
49-
source .venv/bin/activate
50-
pip install maturin pytest
51-
```
47+
```
48+
python -m venv .venv
49+
source .venv/bin/activate
50+
pip install maturin pytest
51+
```
5252
5353
2. Build the reclass-rs Python library and install it in the virtualenv
5454
55-
```
56-
maturin develop
57-
```
55+
```
56+
maturin develop
57+
```
5858
5959
3. Run Python tests
6060
61-
```
62-
pytest
63-
```
61+
```
62+
pytest
63+
```
6464
6565
## Rust development
6666

0 commit comments

Comments
 (0)