File tree Expand file tree Collapse file tree 3 files changed +62
-62
lines changed
Expand file tree Collapse file tree 3 files changed +62
-62
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ upload: check_upkie_name ## upload built targets to the Raspberry Pi
3535 $(CURDIR ) / ${UPKIE_NAME} :$(CURDIR_NAME ) /
3636
3737pack_pixi_env : # # pack Python environment to be deployed on your Upkie
38- @pixi run pack-to-upkie || { \
38+ @pixi run pack || { \
3939 echo " Error: pixi not found" ; \
4040 echo " See https://pixi.sh/latest/#installation" ; \
4141 exit 1; \
4242 }
4343
4444unpack_pixi_env : # ## unpack Python environment
45- @pixi-pack unpack environment.tar || { \
45+ @pixi-unpack environment.tar || { \
4646 echo " Error: pixi-pack not found" ; \
47- echo " You can download ` pixi-pack-aarch64-unknown-linux-musl ` from https://github.com/Quantco/pixi-pack/releases " ; \
47+ echo " See https://github.com/Quantco/pixi-pack?tab=readme-ov-file#-installation " ; \
4848 exit 1; \
4949 }
5050
You can’t perform that action at this time.
0 commit comments