Skip to content

Commit

Permalink
add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Oct 7, 2024
1 parent ca257ca commit 5eed071
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ venv.bak/

# mypy
.mypy_cache/

pyrightconfig.json
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributing to dask-awkward

Install the development environment (once) with

```bash
uv venv
uv pip install -e '.[io,docs,test]'
pre-commit install
```

Source development environment with

```bash
source .venv/bin/activate
```

Run tests with

```bash
pytest .
```

Build documentation with

```bash
cd docs && make html
```

0 comments on commit 5eed071

Please sign in to comment.