Installation
Follow these step-by-step instructions to set up KaaS components, which include the web interface and command-line interface (CLI) tool.
System Requirements
Your system will need the following: python >= 3.10
, pip >= 20.0.2
, poetry >= 1.3.2
Sign in - Web Interface (Optional)
You can sign in or sign up using your GitHub account here. This will make it easier for you to access your projects.
Installation - CLI Tool
To install the CLI tool run:
pip install --user kaas-cli
or:
sudo pip install kaas-cli
Test installation
To make sure everything is installed run
If the installation is successful, you should see the message Hello stranger!
Additional Information
For detailed guidance on using kaas-cli
, refer to the CLI documentation on GitHub. Use kaas-cli --help
to list all commands. For live feedback when using the web interface, use the Feedback button located on the right side of the screen. Contact us via our official Telegram or Discord channels for support or inquiries.
Last updated