Install Based CLI – Use pip to install the Based CLI package. Open your terminal or command prompt and execute the following command:
pip install basedai
Verify Installation – Confirm that Based CLI has been installed correctly by running:
basedcli --help
This command should return the current version of Based CLI.
Update Based CLI – To update Based CLI to the latest version at any time, run:
pip install --upgrade basedai
Once you have Based CLI installed, proceed to configure your environment by logging in and initializing your profile, if necessary. Details for these steps will be provided in the usage scenarios section.