4.5 KiB
4.5 KiB
Easy Installation Guide for Content Creators
Step 1: Install Python 3.11
-
Download Python 3.11 installer:
- Visit Python 3.11.6 Download Page
- Scroll down and click on "Windows installer (64-bit)"
- Save the file to your computer
-
Run the installer:
- Double click the downloaded file
- ✅ IMPORTANT: Check "Add Python 3.11 to PATH"
- Click "Install Now"
- Wait for installation to complete
- Click "Close"
Step 2: Install ALwrity
-
Download this project:
- Click the green "Code" button above
- Select "Download ZIP"
- Extract the ZIP file to your desired location
-
Open Command Prompt:
- Press Windows + R
- Type "cmd" and press Enter
- Navigate to the extracted folder:
cd path\to\ALwrity
-
Run the automatic installer:
python setup.py install
Troubleshooting
If you encounter any issues:
-
Make sure Python 3.11 is installed correctly:
- Open Command Prompt
- Type:
python --version - Should show:
Python 3.11.x
-
Common Issues:
- If you see "Python is not recognized": Restart your computer
- If you get package errors: Run
pip install --upgrade pipfirst
Need help? Open an issue and we'll assist you!
For Developers
If you're a developer or want to contribute:
# Clone the repository
git clone https://github.com/yourusername/ALwrity.git
# Create virtual environment
python -m venv venv
# Activate virtual environment
# On Windows:
.\venv\Scripts\activate
# On Mac/Linux:
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
ALwrity - AI Content Writing Assistant
Quick Start Guide for Non-Technical Users
Option 1: One-Click Installation (Recommended)
-
Download this project:
- Click the green "Code" button above
- Select "Download ZIP"
- Extract the ZIP file to your desired location (e.g., Desktop)
-
Run the installer:
- Double-click
install.batin the extracted folder - If Windows asks for permission, click "Yes"
- Follow the on-screen instructions
- Wait for the installation to complete
- Double-click
-
Start ALwrity:
- Open Command Prompt (Windows + R, type "cmd", press Enter)
- Navigate to the ALwrity folder:
cd path\to\ALwrity - Type
alwrityand press Enter
Option 2: Manual Installation
If the one-click installer doesn't work, follow these steps:
-
Install Python 3.11:
- Visit Python 3.11.6 Download Page
- Click "Windows installer (64-bit)"
- Run the installer
- ✅ IMPORTANT: Check "Add Python 3.11 to PATH"
- Click "Install Now"
- Wait for installation to complete
-
Install ALwrity:
- Open Command Prompt (Windows + R, type "cmd", press Enter)
- Navigate to the ALwrity folder:
cd path\to\ALwrity - Run the installation:
python setup.py install - Follow any on-screen instructions
-
Start ALwrity:
- In the same Command Prompt window, type:
alwrity - Press Enter
- In the same Command Prompt window, type:
Troubleshooting Guide
Common Issues and Solutions:
-
"Python is not recognized"
- Solution: Restart your computer after installing Python
- Make sure you checked "Add Python 3.11 to PATH" during installation
-
"Visual C++ Build Tools not found"
- Solution: Run this command in an administrative PowerShell:
winget install Microsoft.VisualStudio.2022.BuildTools --silent --override "--wait --quiet --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended"
- Solution: Run this command in an administrative PowerShell:
-
"Rust compiler not found"
- Solution: Run these commands in PowerShell:
Invoke-WebRequest -Uri https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe -OutFile rustup-init.exe ./rustup-init.exe -y
- Solution: Run these commands in PowerShell:
-
Installation Errors
- Check the
install_errors.logfile in the ALwrity folder - Share the error message with our support team
- Check the
Need Help?
- Open an issue on GitHub
- Join our support community
- Contact our support team
System Requirements
- Windows 10 or later
- Python 3.11.x
- At least 4GB RAM
- 2GB free disk space
First-Time Setup
After installation:
- The first time you run ALwrity, it will ask for your API keys
- Follow the on-screen instructions to enter your keys
- Your keys will be saved securely for future use
Updating ALwrity
To update to the latest version:
- Download the latest release
- Run
install.batagain - Follow the on-screen instructions