Files
docs-harvester/BUILD.md

355 B

Build Instructions

Run the following command to build the project:

python -m build

This will create distribution files in the dist/ directory.

Install the built package using pip:

pip install --no-index dist/docs_harvester-0.1.0-py3-none-any.whl

Install in editable mode for development:

pip install -e .