Skip to content

Commit 3c8122a

Browse files
authored
Merge pull request #92 from dreadnode/users/raja/readme-fix
fix: Update Readme with Correct PyPI Package Installation
2 parents 3841b13 + 916d14c commit 3c8122a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ For advanced media processing capabilities (audio, video, images), install the m
105105

106106
```bash
107107
# Multimodal support (audio, video processing)
108-
pip install -U dreadnode[multimodal]
108+
pip install -U "dreadnode[multimodal]"
109109

110110
# Training support (ML model integration)
111-
pip install -U dreadnode[training]
111+
pip install -U "dreadnode[training]"
112112

113113
# All optional features
114-
pip install -U dreadnode[all]
114+
pip install -U "dreadnode[all]"
115115
```
116116

117117
See our **[installation guide](https://docs.dreadnode.io/strikes/install)** for more options.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "dreadnode"
3-
version = "1.0.9"
3+
version = "1.10.0"
44
description = "Dreadnode SDK"
55
requires-python = ">=3.10,<3.14"
66

77
[tool.poetry]
88
name = "dreadnode"
9-
version = "1.0.9"
9+
version = "1.10.0"
1010
description = "Dreadnode SDK"
1111
authors = ["Nick Landers <monoxgas@gmail.com>"]
1212
repository = "https://github.com/dreadnode/sdk"

0 commit comments

Comments
 (0)