Skip to content

docs: refactor getting started and python tutorial #3977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

ruben-arts
Copy link
Contributor

Taking a look at uv and deno I noticed that we're missing a little bit of a sum-up of a bunch of things pixi can do. In a form of "feature" list. This is why I removed the getting started, in the hope users reach this page first and will be redirected to the actual documentation.

What I would like to do in another PR, is bringing back a real getting started but more mixed with how our current tutorials are. e.g.

  • Getting stared with:
    • Python in Pixi
    • C++ in Pixi
    • Lua in Pixi
    • Pytorch in Pixi
    • ROS in Pixi
      Where specific users can get a getting started experience relevant to their use case.

This PR includes:

  • Update of the python tutorial to make all commands work with the latest results
  • Redo of the getting_started.md as basic usage
  • Addition of first_project.md to get the absolute basic out of the way.
  • Addition of un-install documentation

@ruben-arts ruben-arts marked this pull request as ready for review June 19, 2025 14:40
```toml title="pixi.toml"
[workspace]
authors = ["Jane Doe <jane.doe@example.com>"]
channels = ["https://prefix.dev/conda-forge"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this just say conda-forge?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are correct!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants