We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
kapicorp-reclass
1 parent 1e4d095 commit feb7982Copy full SHA for feb7982
1 file changed
README.md
@@ -47,12 +47,12 @@ Documentation on Reclass extensions introduced in the Kapicorp Reclass fork can
47
48
## Setup local development environment for Python bindings
49
50
-1. Create a local virtualenv for running Python tests and install [maturin] and pytest
+1. Create a local virtualenv for running Python tests and install [maturin], pytest and the Kapitan reclass fork
51
52
```
53
python -m venv .venv
54
source .venv/bin/activate
55
- pip install maturin pytest
+ pip install maturin pytest kapicorp-reclass
56
57
58
2. Build the reclass-rs Python library and install it in the virtualenv
0 commit comments