To install dependencies run:
pip install -r requirements.txtAdd citus_dev to your PATH:
export PATH=$PATH:<your path to citus_dev folder>You can also add this to your profile:
echo 'export PATH=$PATH:<your path to citus_dev folder>' >>~/.profileAfter that, you can use the citus dev tool:
citus_dev make clusterNameFor the full command list:
citus_dev --help