Skip to content

Commit cd57e35

Browse files
Add pixi tasks
1 parent cf69260 commit cd57e35

File tree

3 files changed

+702
-41
lines changed

3 files changed

+702
-41
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,20 @@
11
# Contributing to mkdocstrings-python-xref
22

3-
This project's environment and developemtn tasks are managed using [pixi]
4-
(previously it used conda and make).
5-
63
## Prerequisites
74

8-
* [install pixi][pixi-install]
9-
10-
## Development setup
11-
12-
To (re)create a pixi development environment for this project, from inside
13-
the source tree run:
14-
15-
```
16-
pixi reinstall
17-
```
5+
* [pixi][pixi] [must be installed][pixi-install] on your machine
186

19-
This is actually optional, since pixi will automatically install the
20-
environment the first time you run a command.
7+
## Development tasks
218

22-
See `pixi task list` for a list of available tasks.
9+
All development tasks are managed using [pixi][pixi].
10+
Use `pixi task list` to see the available tasks.
2311

2412
## Versioning
2513

2614
The versions will generally track the version of [mkdocstrings_python][] on which it depends.
2715

16+
[pixi]: https://pixi.sh/dev/
17+
[pixi-install]: https://pixi.sh/dev/advanced/installation/
2818
[mkdocstrings_python]: https://github.com/mkdocstrings/python
2919

3020

31-
[pixi]: https://pixi.sh/latest/
32-
[pixi-install]: https://pixi.sh/latest/installation/

0 commit comments

Comments
 (0)