Hacker News new | ask | show | jobs
by Filligree 1051 days ago
How someone not intimately involved with the ecosystem would figure out all this is beyond me.

There’s probably a blog post somewhere, but Python.org isn’t super helpful when you’re trying to find the equivalent of `cargo run`.

1 comments

Wheels are more akin to crates, so you'd be looking for cargo add -> pip install.

It's been a while since I've first learned python, but pip install came up fairly quickly. At the time, there were no such things as wheels, but when those came, basically nothing changed for me.