Skip to content

Commit

Permalink
Remove rerun python bindings from default task
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jul 11, 2024
1 parent 6e76b00 commit 30f8401
Show file tree
Hide file tree
Showing 4 changed files with 823 additions and 563 deletions.
2 changes: 1 addition & 1 deletion docs/snippets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can run each example individually using the following:
- **C++**:
- `pixi run -e cpp cpp-build-snippets` to compile all examples
- `./build/docs/snippets/all/<example_name>` to run, e.g. `./build/docs/snippets/all/point3d_random`
- **Python**: `python <example_name>.py`, e.g. `python point3d_random.py`.
- **Python**: `pixi run -e py python <example_name>.py`, e.g. `pixi run -e py python point3d_random.py`.
- **Rust**: `cargo run -p snippets -- <example_name> [args]`, e.g. `cargo run -p snippets -- point3d_random`.

## Comparison test
Expand Down
2 changes: 1 addition & 1 deletion examples/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ toolchain to be installed on your system.

Before running the example, make sure the source build is up-to-date:
```shell
pixi run -e examples py-build
pixi run py-build-examples
```

Now you can run the example with the source build:
Expand Down
Loading

0 comments on commit 30f8401

Please sign in to comment.