Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pixi.toml and pixi.lock. #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

oursland
Copy link
Contributor

Adds the pixi environment files.

pixi is similar to npm for nodejs in that it combines Python package dependencies, package lock files, and tasks. The packages are those hosted on conda-forge, and the lock file describes the versions and dependencies for each of the platforms (linux-64, linux-aarch64, osx-64, osx-arm64).

To use:

  1. Install pixi as per the installation instructions.
  2. Install the environment with pixi install
  3. Run the application pixi run app

Adding new dependencies is easy with pixi add [dependency]

Updating the versions of dependencies in the lock file is performed with pixi update

Adding a new task is performed with pixi task add [name] [command]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant