We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c16348 + 18efa61 commit a052f7aCopy full SHA for a052f7a
README.md
@@ -44,23 +44,23 @@ Documentation on Reclass extensions introduced in the Kapicorp Reclass fork can
44
45
1. Create a local virtualenv for running Python tests and install [maturin] and pytest
46
47
-```
48
-python -m venv .venv
49
-source .venv/bin/activate
50
-pip install maturin pytest
51
+ ```
+ python -m venv .venv
+ source .venv/bin/activate
+ pip install maturin pytest
52
53
2. Build the reclass-rs Python library and install it in the virtualenv
54
55
56
-maturin develop
57
+ maturin develop
58
59
3. Run Python tests
60
61
62
-pytest
63
+ pytest
64
65
## Rust development
66
0 commit comments