Skip to content

Commit 845c976

Browse files
committed
Publish weblm-python
1 parent d51748c commit 845c976

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ The official Python SDK for [WebLM](https://weblm.dev), providing HTML to Markdo
1616
You can install the WebLM Python SDK directly from PyPI:
1717

1818
```bash
19-
pip install weblm
19+
pip install weblm-python
2020
```
2121

2222
For development, including testing and linting tools:
2323

2424
```bash
25-
pip install weblm[dev]
25+
pip install weblm-python[dev]
2626
```
2727

2828
Or install the latest development version from GitHub:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "weblm"
6+
name = "weblm-python"
77
dynamic = ["version"]
88
description = "The official Python SDK for WebLM, providing HTML to Markdown conversion and web content extraction capabilities"
99
readme = "README.md"

0 commit comments

Comments
 (0)