Skip to content

Latest commit

 

History

History

README.md

Standalone Python Documentation

Welcome to the comprehensive documentation for Standalone Python, a portable Python distribution that runs on any Linux system without GLIBC dependencies.

📚 Documentation Overview

This documentation covers everything you need to know about using, building, and contributing to Standalone Python.

Getting Started

  • Installation Guide - Download, extract, and set up Standalone Python
  • Usage Guide - Run Python scripts, install packages, and configure your environment
  • FAQ - Common questions and quick answers

Technical Documentation

Development

🎯 Quick Navigation

Need to... Go to...
Download and install INSTALLATION.md
Run a Python script USAGE.md
Install pip packages USAGE.md
Understand how it works ARCHITECTURE.md
Build from source BUILD.md
Fix an issue TROUBLESHOOTING.md
Contribute code CONTRIBUTING.md
Compare with alternatives FAQ.md

📋 Documentation Conventions

Throughout this documentation, we use the following conventions:

  • code blocks - Commands to run or code examples
  • Bold text - Important concepts or warnings
  • Italic text - Emphasis or first use of technical terms
  • 📝 Note boxes - Additional information or tips
  • ⚠️ Warning boxes - Critical information to avoid problems
  • ✅ Success indicators - Expected successful outcomes
  • ❌ Error indicators - Common error scenarios

🔍 Finding Information

By User Type

End Users

  1. Start with INSTALLATION.md
  2. Read USAGE.md for daily use
  3. Check FAQ.md for common questions
  4. Consult TROUBLESHOOTING.md if you encounter issues

System Administrators

  1. Review TECHNICAL.md for system requirements
  2. Study ARCHITECTURE.md for deployment considerations
  3. Check BUILD.md for custom builds
  4. Reference CI_CD.md for automation

Developers

  1. Understand ARCHITECTURE.md first
  2. Set up with CONTRIBUTING.md
  3. Build using BUILD.md
  4. Review TECHNICAL.md for specifications

By Topic

Installation & Setup

Runtime & Usage

Building & Development

Architecture & Design

📊 Version Matrix

Python Version x86_64 x86 Documentation
3.12.3 BUILD.md
3.11.9 BUILD.md
3.10.14 BUILD.md

🆘 Getting Help

  1. Check the documentation - Most answers are here
  2. Search the FAQ - FAQ.md
  3. Troubleshooting guide - TROUBLESHOOTING.md
  4. GitHub Issues - Report bugs or request features
  5. Community - Join discussions on GitHub

📝 Documentation Updates

This documentation is maintained alongside the codebase. To suggest improvements:

  1. Open an issue describing the documentation gap
  2. Submit a pull request with your proposed changes
  3. Follow the guidelines in CONTRIBUTING.md

🔗 External Resources


Last updated: October 2024