Skip to content

Commit 2fd7f04

Browse files
committed
Update README.md
1 parent 962add9 commit 2fd7f04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ 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` 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-
Download the latest [release package of the SendSafely Python API](https://github.com/SendSafely/Python-Client-API/releases) and install with pip
8-
```console
9-
python3 -m pip install sendsafely-1.0.1.tar.gz
7+
To install the SendSafely Python API, simply run
8+
```buildoutcfg
9+
pip install sendsafely
1010
```
1111

12-
Import the SendSafely module to start making your API calls
12+
Import the SendSafely modules to start making your API calls
1313

1414
```python
1515
from sendsafely import SendSafely, Package

0 commit comments

Comments
 (0)