Skip to content

Use Pixi #421

@cheginit

Description

@cheginit

I recommend exploring using Pixi. It's fairly straightforward to use and integrate in the current workflow. Here's an example of required additions to pyproject.tom and this is an example of testing GA workflow.

VS Code supports Pixi-generated envs out of the box.

Also, these are some aliases that I have in my rc file:

alias pxu='pixi update'
alias pxl='pixi r lint'
alias pxh='pixi r pcupdate'
alias pxi='pixi install -e dev'
function pxt() {
    pixi r -e test"$1" html
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions