Skip to content

Commit

Permalink
Merge branch 'main' into push-rkowzktysqun
Browse files Browse the repository at this point in the history
  • Loading branch information
paraseba authored Feb 20, 2025
2 parents a2c2204 + 2d8345c commit c2c0337
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Icechunk is an open source (Apache 2.0) project and welcomes contributions in th
## Development

### Python Development Workflow
The Python code is developed in the `icechunk-python` subdirectory. To make changes first enter that directory:

```bash
cd icechunk-python
```

Create / activate a virtual environment:

Expand Down Expand Up @@ -43,6 +48,9 @@ Build the project in dev mode:

```bash
maturin develop

# or with the optional dependencies
maturin develop --extras=test,benchmark
```

or build the project in editable mode:
Expand Down

0 comments on commit c2c0337

Please sign in to comment.