Basic usageTaking your first steps with pixi
Danger
This is the old documentation website please visit the new site
Make sure that you have pixi
installed, this should print the help function, check the installation manual if it doesn't.
Initialize a new project and navigate to the project directory.
Add the dependencies you would like to use.
Create a file named hello_world.py
in the directory and paste the following code into the file.
Run the code inside the environment.
You can also put this run command in a task.
After adding the task, you can run the task using its name.
Use the shell
command to activate the environment and start a new shell in there.
You've just learned the basic features of pixi:
- adding a dependency.
- adding a task, and executing it.
- running a program. Feel free to play around with what you just learned like adding more tasks, dependencies or code. If you want to learn more, checkout out our in-depth documentation
Happy coding!
Use pixi as an installation tool
Use pixi to install tools on your machine.
Some notable examples: