Installing the Shaped CLI
To get started using the CLI to create a model, first install the Shaped CLI from PyPi:
pip install shaped
Python Version: Shaped supports Python 3.8 to 3.11. 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 such as Conda, especially if you are using the system default Python installation.
Alternatively, you can use pipx to install Shaped: pipx install shaped
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.