Skip to content

Commit

Permalink
Adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Nov 22, 2024
1 parent 4ced260 commit d25cdf3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@
</div>

# pixi-inject

This is a simple executable that injects a conda package into an existing pixi environment.

```bash
pixi-inject --environment default --package my-package-0.1.0-py313h8aa417a_0.conda
```

You can also specify a custom conda prefix to inject the package into.

```bash
pixi-inject --prefix /path/to/conda/env --package my-package-0.1.0-py313h8aa417a_0.conda
```

0 comments on commit d25cdf3

Please sign in to comment.