Skip to content

Commit b834911

Browse files
committed
docs: update pip install references from anysql to anysql-sdk
1 parent 3ad639d commit b834911

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<p>From vibes to queries.</p>
88

9-
[![CI](https://img.shields.io/badge/CI-passing-brightgreen?style=flat-square)](https://github.com/karthik/anysql/actions)
9+
[![CI](https://img.shields.io/badge/CI-passing-brightgreen?style=flat-square)](https://github.com/sadayamuthu/anySQL/actions)
1010
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue?style=flat-square)](https://www.python.org/downloads/)
1111
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green?style=flat-square)](LICENSE)
12-
[![PyPI](https://img.shields.io/badge/PyPI-anysql-orange?style=flat-square)](https://pypi.org/project/anysql/)
12+
[![PyPI](https://img.shields.io/badge/PyPI-anysql--sdk-orange?style=flat-square)](https://pypi.org/project/anysql-sdk/)
1313

1414
---
1515

@@ -31,12 +31,12 @@ AI engineers debug with `print()` statements, JSON log files, and pre-built dash
3131

3232
```bash
3333
# Install
34-
pip install anysql
34+
pip install anysql-sdk
3535

3636
# Install with provider support
37-
pip install "anysql[openai]"
38-
pip install "anysql[anthropic]"
39-
pip install "anysql[all]" # OpenAI + Anthropic + LangChain
37+
pip install "anysql-sdk[openai]"
38+
pip install "anysql-sdk[anthropic]"
39+
pip install "anysql-sdk[all]" # OpenAI + Anthropic + LangChain
4040
```
4141

4242
```python
@@ -130,16 +130,16 @@ The cross-layer join (UC5) is the killer feature — `query_id` threads RAG retr
130130
### From PyPI
131131

132132
```bash
133-
pip install anysql
133+
pip install anysql-sdk
134134
```
135135

136136
### Provider extras
137137

138138
```bash
139-
pip install "anysql[openai]" # + openai>=1.0.0
140-
pip install "anysql[anthropic]" # + anthropic>=0.25.0
141-
pip install "anysql[langchain]" # + langchain>=0.2.0
142-
pip install "anysql[all]" # everything
139+
pip install "anysql-sdk[openai]" # + openai>=1.0.0
140+
pip install "anysql-sdk[anthropic]" # + anthropic>=0.25.0
141+
pip install "anysql-sdk[langchain]" # + langchain>=0.2.0
142+
pip install "anysql-sdk[all]" # everything
143143
```
144144

145145
---
@@ -253,7 +253,7 @@ rag.record_eval(
253253
## Development
254254

255255
```bash
256-
pip install -e ".[dev]"
256+
pip install -e ".[dev]" # or: pip install anysql-sdk
257257

258258
pytest tests/ -v # Run tests
259259
pytest tests/ --tb=short # Short failure output
@@ -301,7 +301,7 @@ Apache 2.0
301301

302302
anySQL is managed by [OpenAstra](https://openastra.org) · [anysql.org](https://anysql.org)
303303

304-
[PyPI](https://pypi.org/project/anysql/) · [GitHub](https://github.com/karthik/anysql) · [Docs](https://docs.anysql.org)
304+
[PyPI](https://pypi.org/project/anysql-sdk/) · [GitHub](https://github.com/sadayamuthu/anySQL) · [Docs](https://docs.anysql.org)
305305

306306
</div>
307307

0 commit comments

Comments
 (0)