Release v0.5.3
Release v0.5.3
New version of folder2md4llms is now available on PyPI!
Installation
🐍 Python Package (Recommended):
# Using pipx (recommended)
pipx install folder2md4llms
# Or using pip
pip install folder2md4llms
# Using uv (fast alternative)
uv tool install folder2md4llmsPlatform-Specific Setup:
macOS:
brew install pipx
pipx install folder2md4llmsLinux:
python3 -m pip install --user pipx
pipx install folder2md4llmsWindows (WSL2 Recommended):
# Install WSL2 first (run in PowerShell as Administrator)
wsl --install -d Ubuntu-22.04
# Then in WSL2, follow Linux instructions
python3 -m pip install --user pipx
pipx install folder2md4llmsVerification
folder2md --version
folder2md --help📦 Available on PyPI • 📚 Documentation
Full Changelog: v0.5.2...v0.5.3