File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -218,15 +218,18 @@ setup.
218218
219219 pixi run python -c "import matplotlib; print(matplotlib.__file__)"
220220
221- Note there are some pixi tasks available as shortcuts::
221+ .. note ::
222+ We provide some pixi tasks as shortcuts for common developent tasks. List the
223+ available tasks via ::
222224
223- pixi task list
225+ pixi task list
224226
225- If you do not want to use ``pixi run `` in front of every command, you can do::
227+ .. tip ::
228+ If you do not want to use ``pixi run `` in front of every command, you can do::
226229
227- pixi shell
230+ pixi shell
228231
229- and continue to use pixi as a python environment.
232+ and continue to use pixi as a python environment.
230233
231234 .. note :: do not edit the ``pyproject.toml`` file and commit to the repository, as this
232235 will affect all developers. If you want to change the dependencies, please open an
You can’t perform that action at this time.
0 commit comments