tools/citus_dev at develop · citusdata/tools

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

README.md

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: