Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xmistt/rebootpy/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
Before installing rebootpy, ensure you have Python installed on your system. rebootpy supports Python 3.7 and above.rebootpy requires Python 3.7.0 or higher to function properly.
Installing with pip
The easiest way to install rebootpy is using pip, Python’s package manager.Open your terminal or command prompt
Depending on your operating system, open the appropriate command-line interface.
Install rebootpy
Run the appropriate command for your system:The
-U flag ensures you get the latest version of rebootpy.Dependencies
rebootpy automatically installs the following dependencies:- aiohttp (>=3.12.7) - Asynchronous HTTP client/server framework
- aioconsole (>=0.1.15) - Asynchronous console and interfaces
- cryptography - Cryptographic recipes and primitives
These dependencies are installed automatically when you install rebootpy, so you don’t need to install them separately.
Installing from Source
If you want to install the latest development version directly from the GitHub repository:Updating rebootpy
To update rebootpy to the latest version:Troubleshooting
Permission Errors
If you encounter permission errors during installation, try:Python Version Issues
If you have multiple Python versions installed, make sure you’re using Python 3.7 or higher:Virtual Environments (Recommended)
It’s recommended to use a virtual environment to avoid conflicts with other packages:Next Steps
Now that you have rebootpy installed, you’re ready to create your first bot!Quick Start Guide
Learn how to create your first rebootpy bot