Installation Guide¶
This guide covers the detailed installation process for U.WIKI.
System Requirements¶
- Operating System: Windows, macOS, or Linux
- Python: 3.8 or higher
- Memory: 512MB RAM minimum
- Disk Space: 100MB for installation
Step-by-Step Installation¶
1. Install Python¶
First, ensure you have Python installed:
If Python is not installed, download it from python.org.
2. Clone the Repository¶
3. Create Virtual Environment¶
4. Install Dependencies¶
This installs: - MkDocs - Static site generator - Material for MkDocs - Theme - Extensions - Additional functionality
5. Verify Installation¶
You should see the MkDocs version number.
Troubleshooting¶
Common Issues¶
Python venv not available¶
If you get an error about venv not being available:
# Ubuntu/Debian
sudo apt install python3-venv
# Fedora
sudo dnf install python3-venv
# macOS (with Homebrew)
brew install python3
Permission Errors¶
If you encounter permission errors:
SSL Certificate Errors¶
If you have SSL certificate issues:
Next Steps¶
Once installed, you can:
Updating¶
To update to the latest version: