Skip to content

Commit 0522ea4

Browse files
Update README.md
1 parent f514fa3 commit 0522ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The SendSafely Python API lets you integrate SendSafely secure data transfer cap
44
## Quickstart
55
The example below shows you how to install the SendSafely-Python-API package, import it as a module, and use it to create a package. Make sure that you have [Python 3 or higher installed, as well as pip and Setuptools](https://packaging.python.org/tutorials/installing-packages/).
66

7-
Install the SendSafely-Python-API package with pip
7+
Download the latest [release package of the SendSafely Python API](https://github.com/SendSafely/Python-Client-API/releases) and install with pip
88
```console
9-
python3 -m pip install /dist/SendSafely-Python-API-1.0.0.tar.gz
9+
python3 -m pip install SendSafely-Python-API-1.0.0.tar.gz
1010
```
1111

1212
Import the SendSafely module to start making your API calls

0 commit comments

Comments
 (0)