Content Calendar, Content Gap Analysis, and Content Optimization

This commit is contained in:
ajaysi
2025-05-27 09:15:08 +05:30
parent 4049d19787
commit 889021c078
100 changed files with 18504 additions and 1251 deletions

View File

@@ -0,0 +1,27 @@
# 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
---