Skip to content

Commit deddc43

Browse files
committed
update readme pip git source
1 parent 0f7f6e1 commit deddc43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ The SDK can be installed with either *pip* or *poetry* package managers.
6060
*PIP* is the default package installer for Python, enabling easy installation and management of packages from PyPI via the command line.
6161

6262
```bash
63-
pip install git+<UNSET>.git
63+
pip install git+https://github.com/BoltApp/Bolt-Python-SDK.git@dev
6464
```
6565

6666
### Poetry
6767

6868
*Poetry* is a modern tool that simplifies dependency management and package publishing by using a single `pyproject.toml` file to handle project metadata and dependencies.
6969

7070
```bash
71-
poetry add git+<UNSET>.git
71+
poetry add git+https://github.com/BoltApp/Bolt-Python-SDK.git@dev
7272
```
7373

7474
### Shell and script usage with `uv`

0 commit comments

Comments
 (0)