Skip to content

Commit 53481e4

Browse files
committed
don't mention pip3 anymore
1 parent ad33723 commit 53481e4

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
@@ -26,7 +26,7 @@ Was:
2626

2727
```shell
2828
uv add datacrunch
29-
pip3 install datacrunch
29+
pip install datacrunch
3030
```
3131

3232
```python
@@ -40,7 +40,7 @@ Now:
4040

4141
```shell
4242
uv add verda
43-
pip3 install verda
43+
pip install verda
4444
```
4545

4646
```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)