✅ Installation¶
- There are a couple of ways to get started with the projects:
📦 From Releases¶
The most convenient way to use the projects. ⭐️⭐️⭐️
- Portable executables made with PyApp for all platforms.
- Double click and run, everything's managed for you.
Recommended for: Basic users, alpha testers.
🧀 From PyPI¶
The most reliable way to use the projects. ⭐️⭐️⭐️
- Standard pip install, requires basic Python knowledge.
- Run the package commands or as a python import.
Recommended for: Basic users, advanced users, developers
🔥 From Source¶
The most flexible way to use the projects. ⭐️⭐️
- Automatic install scripts, spend more time using the projects.
- Latest features, bugs, fixes, highly configurable.
Recommended for: Advanced users, contributors, developers.