Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@ Global Options:
--no-progress Hide all progress bars, always turned on if stderr is not a terminal [env: PIXI_NO_PROGRESS=]
```

## Creating a Pixi project
## Creating a Pixi workspace

Initialize a new project and navigate to the project directory
Initialize a new workspace and navigate to the workspace directory

```
pixi init myproject
cd myproject
pixi init myworkspace
cd myworkspace
```

Add the dependencies you want to use
Expand All @@ -334,6 +334,8 @@ cowpy "Thanks for using pixi"
exit
```

Check out https://pixi.sh/latest/first_workspace/ for a more detailed introduction to workspaces.

## Installing a conda package globally

You can also globally install conda packages into their own environment.
Expand Down
Loading