generated from ImperialCollegeLondon/pip-tools-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels