Getting Started
Installation¶
You can install the library and CLI using pip.
To verify the installation you can run the help
command, which will give you a list of all the available commands in the CLI.
Until we hit a stable release it is recommended to upgrade the cli regularly to get the latest changes.
The library and CLI require Python >= 3.8.
CLI¶
You can pick a port to run the server on with the flag --port
or -p
.
Find out which version of the CLI you are running with the flag --version
or -v
.
Loading datasets¶
If you're working with local data, you can specify a path to a local file with the flag --data
or -d
before the path to the data.
Youy may add a path to an environment file with credentials to a cloud bucket with the flag --env
, .env
or -e
.