X Tutup
Skip to content

Latest commit

 

History

History

Setup

To install dependencies run:

pip install -r requirements.txt

Add 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>' >>~/.profile

After that, you can use the citus dev tool:

citus_dev make clusterName

For the full command list:

citus_dev --help
X Tutup