You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+23-25
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Shippo is a shipping API that connects you with [multiple shipping carriers](htt
7
7
8
8
Print a shipping label in 10 mins using our default USPS and DHL Express accounts. No need to register for a carrier account to get started.
9
9
10
-
You will first need to [register for a Shippo account](https://goshippo.com/) to use our API. It's free to sign up, free to use the API. Only pay to print a live label, test labels are free.
10
+
You will first need to [register for a Shippo account](https://goshippo.com/) to use our API. It's free to sign up, free to use the API. Only pay to print a live label, test labels are free.
11
11
12
-
### How do I get set up? ###
12
+
### How do I get set up?
13
13
14
14
#### To install from the source file:
15
15
@@ -19,10 +19,11 @@ python setup.py install
19
19
```
20
20
21
21
or pip (https://pip.pypa.io/en/latest/index.html):
22
+
22
23
```
23
24
#!shell
24
25
sudo pip install shippo
25
-
```
26
+
```
26
27
27
28
#### To test:
28
29
@@ -38,7 +39,6 @@ Run the test with the following command:
38
39
python setup.py test --test-suite=shippo
39
40
```
40
41
41
-
42
42
#### Dependencies:
43
43
44
44
##### requests & mock
@@ -47,14 +47,14 @@ python setup.py test --test-suite=shippo