File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The following file types are included:
2828<file>README.md</file>
2929<metadata>
3030path: README.md
31- size: 5567 bytes
31+ size: 5681 bytes
3232</metadata>
3333
3434[](https://github.com/ngmisl/llmstxt/actions/workflows/codeql.yml)
@@ -107,6 +107,14 @@ The script will:
1071072. Process files according to .gitignore rules
1081083. Generate `llms.txt` with compressed content
109109
110+ ### Install Locally
111+
112+ ```bash
113+ pip install --user .
114+ ```
115+
116+ Now you can use the `llmstxt` command from your terminal.
117+
110118### GitHub Actions Integration
111119
112120There are two ways to use this tool with GitHub Actions:
@@ -315,7 +323,7 @@ SOFTWARE.
315323<metadata>
316324path: pyproject.toml
317325type: toml
318- size: 659 bytes
326+ size: 725 bytes
319327</metadata>
320328
321329<content type='toml'>
@@ -329,6 +337,9 @@ requires-python = ">=3.8"
329337readme = "README.md"
330338license = { text = "MIT" }
331339
340+ [project.scripts]
341+ llmstxt = "llmstxt.__main__:generate_llms_txt"
342+
332343[project.optional-dependencies]
333344dev = ["mypy>=1.7.0", "ruff>=0.1.8"]
334345
@@ -390,7 +401,7 @@ __all__ = ['generate_llms_txt']
390401<metadata>
391402path: llmstxt/__main__.py
392403type: py
393- size: 131 bytes
404+ size: 154 bytes
394405</metadata>
395406
396407<imports>
You can’t perform that action at this time.
0 commit comments