Skip to content
Snippets Groups Projects

Migrate to using pixi for CI and development

Merged André Anjos requested to merge use-pixi into main
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
17 16
18 .. code-block:: sh
17 Install using pip_, or your preferred Python project management solution (e.g.
18 uv_, rye_ or poetry_).
19
20 **Stable** release, from PyPI:
21
22 .. code:: sh
19 23
20 24 pip install clapper
21 25
26 **Latest** development branch, from its git repository:
27
28 .. code:: sh
29
30 pip install git+https://gitlab.idiap.ch/biosignal/software/clapper@main
Please register or sign in to reply
Loading