Installation¶
Requires Python 3.11+
macOS (Homebrew) - Recommended for Mac Users¶
The easiest way to install folder2md4llms on macOS:
This installs: - folder2md CLI (folder2md command) - All dependencies (Python 3.13, libmagic)
Updating folder2md4llms:
Benefits: - Simple one-command installation - Automatic dependency management - Easy updates through Homebrew - Isolated Python environment
Note: Package name is folder2md4llms, but the command is folder2md.
All Platforms (pipx)¶
Why pipx?
pipx installs Python applications in isolated environments, preventing dependency conflicts.
Alternative Methods¶
Using pip¶
Development¶
git clone https://github.com/HenriquesLab/folder2md4llms.git
cd folder2md4llms
pip install -e ".[dev]"
Verification¶
Troubleshooting¶
Command not found?
Need help? - GitHub Issues - GitHub Discussions