Skip to main content

Installing the Shaped CLI

To get started using the CLI to create a model, first install the Shaped CLI from PyPi:

pip install shaped
info

Python Version: Shaped supports Python 3.8+, take a look at the installation instructions if you need to install pip.

If you are having trouble installing due to package conflicts, use a Python virtual environment, especially if you are using the system default Python installation.

Initialize the client

You can then initialize the shaped client with your API key. If you don't have an API key yet, check out this page to get one.

shaped init --api-key <YOUR_API_KEY>

Replace <YOUR_API_KEY> with your actual API key which you can find on the Shaped Dashboard

Next steps

Now that we have the Shaped CLI installed, next we'll look at how to connect your data to Shaped.