Add these lines in your bash startup profile.
export MINGHU6_HOME="<actual-dir-path>/py-minghu6"
export PATH="$PATH:$MINGHU6_HOME/src/minghu6/tools/bin"
# Optional: load bash completions
for file in $(pym6 find -p $MINGHU6_HOME/src/minghu6/tools/bash-completion/ '*'); do
. $file
doneThis project uses mise to manage the tasks and
uv for Python project management.
cd $MINGHU6_HOME && uv syncpym6 <command> <arguments>...reference the .mise.toml