Skip to content

Commit d7d6886

Browse files
committed
don't mention pip3 anymore
1 parent 714bf31 commit d7d6886

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Was:
1919

2020
```shell
2121
uv add datacrunch
22-
pip3 install datacrunch
22+
pip install datacrunch
2323
```
2424

2525
```python
@@ -33,7 +33,7 @@ Now:
3333

3434
```shell
3535
uv add verda
36-
pip3 install verda
36+
pip install verda
3737
```
3838

3939
```python

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Verda Public API documentation [is available here](https://api.verda.com/v1/docs
2020

2121
```bash
2222
# via pip
23-
pip3 install verda
23+
pip install verda
2424

2525
# via uv
2626
uv add verda

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Stable Release
66

77
Use `pip (Package manager for python) <https://pip.pypa.io/en/stable/>`_ to install the latest stable release::
88

9-
pip3 install verda
9+
pip install verda
1010

1111
Install from source
1212
-------------------

0 commit comments

Comments
 (0)