Skip to content

Commit 0c32212

Browse files
docs: update to pipx default installation
1 parent e9cabff commit 0c32212

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Transform any `README.md` into a premium, print-ready PDF report — no configuration, no templates, no LaTeX.
1414

1515
```
16-
pip install doc-engine-cli
16+
pipx install doc-engine-cli
1717
```
1818

1919
---
@@ -52,8 +52,9 @@ That's it. Zero configuration required.
5252
### Installation
5353

5454
```bash
55-
pip install doc-engine-cli
55+
pipx install doc-engine-cli
5656
```
57+
*(If you don't have `pipx`, you can install it via `pip install pipx`)*
5758

5859
### Generate Your First PDF
5960

doc_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "doc-engine-cli"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{ name = "Leonardo Salas", email = "leonardo.salas01@outlook.com" },
1010
]

0 commit comments

Comments
 (0)