โ Installation Guide¶
๐ Recommended: Using pipx¶
Why pipx?
pipx installs Python CLI tools in isolated environments, keeping your global Python setup clean while making the command available system-wide.
๐ฆ Install pipx (if not already installed)¶
โ Install Escapist with pipx¶
๐ Verify Installation¶
๐ Alternative: Using pip¶
Not using pipx?
You can also install Escapist using pip, though it's strongly recommended to use a virtual environment.
Use a virtual environment
Avoid installing globally with pip. Instead:
๐ Upgrading¶
๐งน Uninstalling¶
๐ฅ๏ธ System Requirements¶
Requirements
- Python: 3.8 or higher
- Operating System: Windows, macOS, Linux
- Dependencies: Automatically installed during setup