# ALwrity Installation Guide ## Quick Start 1. **Install Python** - Download and install Python from [python.org](https://www.python.org/downloads/) - During installation, check "Add Python to PATH" 2. **Install ALwrity** - Download this project - Open the 'Getting Started' folder - Double-click `setup.py` - Follow the on-screen instructions ## Running ALwrity 1. Open Command Prompt/Terminal in the 'Getting Started' folder 2. Run: `venv\Scripts\activate` (Windows) or `source venv/bin/activate` (Mac/Linux) 3. Run: `streamlit run alwrity.py` ## Need Help? - If you see "pip not found": Re-install Python and check "Add Python to PATH" - For other issues: [Open a support ticket](https://github.com/AJaySi/AI-Writer/issues) - Join our support community ---