Skip to content

Installation

Requires Python 3.11+

Quick Install

pipx install folder2md4llms

Why pipx?

pipx installs Python applications in isolated environments, preventing dependency conflicts.

Alternative Methods

Using pip

pip install folder2md4llms

Development

git clone https://github.com/HenriquesLab/folder2md4llms.git
cd folder2md4llms
pip install -e ".[dev]"

Verification

folder2md --version
folder2md --help

Troubleshooting

Command not found?

# Add to PATH or use module directly
python -m folder2md4llms .

Need help? - GitHub Issues - GitHub Discussions

Next Steps