Skip to content

Commit

Permalink
Fix doc (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored Mar 22, 2022
1 parent 8453b2d commit d384836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow-pyarrow-integration-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ we can use pyarrow's interface to move pointers from and to Rust.
```bash
# prepare development environment (used to build wheel / install in development)
python -m venv venv
venv/bin/pip install maturin==0.8.2 toml==0.10.1 pyarrow==1.0.0
venv/bin/pip install maturin toml pytest pytz pyarrow>=5.0
```

Whenever rust code changes (your changes or via git pull):

```bash
source venv/bin/activate
maturin develop
python -m unittest discover tests
pytest -v .
```

0 comments on commit d384836

Please sign in to comment.