Skip to content

Commit

Permalink
docs: pixi build follow up (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Dec 16, 2024
1 parent d7ccc40 commit 2e8ca9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ This is what the `pixi.toml` file looks like for a simple Python package:
## CLI Commands
Using the preview feature you can now build packages from source.

- `pixi build` *has been addeded* and will build your source package into a `.conda` file.
- Other commands like `pixi install`, `pixi run` etc. automatically make use of the build feature.
- `pixi build` has been added and will build a `.conda` file out of your package.
- Other commands like `pixi install` and `pixi run` automatically make use of the build feature when a `path`, `git` or `url` dependency is present.

0 comments on commit 2e8ca9b

Please sign in to comment.