Skip to content

Commit

Permalink
update contribution guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 14, 2021
1 parent e68255f commit 9eb8d42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ You have to follow these steps:
- install rust nightly via [rustup](https://www.rust-lang.org/tools/install)
- run `$ rustup override set nightly` from the root of the repo.
- from [./py-polars](./py-polars) run `$ pip3 install -r build.requirements.txt`
- from [./py-polars](./py-polars) run `$ make build-and-test pre-commit`
- **tests:** from [./py-polars](./py-polars) run `$ make test`
- **formatting + linting:** from [./py-polars](./py-polars) run `$ make pre-commit`

The last step installs a (slow) development build in your current environment and runs pytest.

Expand Down

0 comments on commit 9eb8d42

Please sign in to comment.