TL; DR:
pixi run buildFirst, install pixi, and ensure it is working properly.
Then, run the following sequence of commands after git-cloning this repository and changing working directories into the clonned copy:
pixi install
pixi run installYou can use:
pixi run buildTo generate cv.pdf, a test build of this poster. To clean build results and
re-start, use:
pixi run cleanTo remove any spurious files, including build results, run:
pixi run deep-cleanRun the following sequence of commands to update the current installation:
pixi update
pixi install
pixi run update