Skip to content

Commit 9652a3b

Browse files
selwinPr0Ger
authored andcommitted
Prefer pip to easy_install
1 parent 8494361 commit 9652a3b

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
@@ -8,9 +8,9 @@ Python library for interacting with the Apple Push Notification service (APNs) v
88

99
## Installation
1010

11-
Either download the source from GitHub or use easy_install:
11+
Either download the source from GitHub or use pip:
1212

13-
$ easy_install apns2
13+
$ pip install apns2
1414

1515
## Sample usage
1616

0 commit comments

Comments
 (0)