Installing wwt_kernel_data_relay

Installing wwt_kernel_data_relay with pip

You can install the latest release of wwt_kernel_data_relay using pip:

pip install wwt_kernel_data_relay

Dependencies

If you install wwt_kernel_data_relay using pip as described above, any required dependencies will get installed automatically. The README in the Git repository lists the current dependencies if you would like to see an explict list.

Installing the developer version

If you want to use the very latest developer version, you should clone this repository and manually install the package in “editable” mode:

git clone https://github.com/WorldWideTelescope/wwt_kernel_data_relay.git
cd wwt_kernel_data_relay
pip install -e .

You can run the test suite with the command:

pytest wwt_kernel_data_relay