Skip to content

Commit feb7982

Browse files
committed
Update README to install kapicorp-reclass
1 parent 1e4d095 commit feb7982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Documentation on Reclass extensions introduced in the Kapicorp Reclass fork can
4747

4848
## Setup local development environment for Python bindings
4949

50-
1. Create a local virtualenv for running Python tests and install [maturin] and pytest
50+
1. Create a local virtualenv for running Python tests and install [maturin], pytest and the Kapitan reclass fork
5151

5252
```
5353
python -m venv .venv
5454
source .venv/bin/activate
55-
pip install maturin pytest
55+
pip install maturin pytest kapicorp-reclass
5656
```
5757
5858
2. Build the reclass-rs Python library and install it in the virtualenv

0 commit comments

Comments
 (0)