Verification of Installation & Troubleshooting

After completing installation, it's a good practice to verify that the Based CLI is operational:

  • Run the help command to display all available options and commands:

    basedcli --help
  • If successful, Based CLI will list the available commands and their descriptions.

If you encounter any issues during installation, consider the following common troubleshooting steps:

  • Permission Errors: Ensure you're using an admin or a user account with sufficient privileges to install software packages.

  • Python and pip: Confirm that Python and pip are installed and added to your system's PATH environment variable.

  • Internet Connection: A stable internet connection is required to download the package from the Python Package Index (PyPI).

  • Firewall/Antivirus Configuration: In some instances, firewall or antivirus settings may block the installation. Check if you need to whitelist the command or adjust settings accordingly.

  • Reinstallation: If the installation was unsuccessful, you might need to uninstall the Based CLI package and try installing again.

Last updated