We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad33723 commit 53481e4Copy full SHA for 53481e4
3 files changed
CHANGELOG.md
@@ -26,7 +26,7 @@ Was:
26
27
```shell
28
uv add datacrunch
29
-pip3 install datacrunch
+pip install datacrunch
30
```
31
32
```python
@@ -40,7 +40,7 @@ Now:
40
41
42
uv add verda
43
-pip3 install verda
+pip install verda
44
45
46
README.md
@@ -20,7 +20,7 @@ Verda Public API documentation [is available here](https://api.verda.com/v1/docs
20
21
```bash
22
# via pip
23
- pip3 install verda
+ pip install verda
24
25
# via uv
docs/source/installation.rst
@@ -6,7 +6,7 @@ Stable Release
6
7
Use `pip (Package manager for python) <https://pip.pypa.io/en/stable/>`_ to install the latest stable release::
8
9
10
11
Install from source
12
-------------------
0 commit comments