Installation Instructions
The installation process will differ slightly depending on your operating system. Below are the steps to get you started on each supported OS:
For All Users:
Ensure that Python and pip
, the Python package installer, are both installed by running the following command in your terminal or command prompt:
If either command does not recognize Python or pip
, refer to Python's official download page to install them.
Installation Steps:
Install Based CLI – Use
pip
to install the Based CLI package. Open your terminal or command prompt and execute the following command:Verify Installation – Confirm that Based CLI has been installed correctly by running:
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:
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.
Last updated