Skip to content

Commit a447126

Browse files
committed
readme
1 parent fc4b3a7 commit a447126

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ python-launchd - pythonic interface for launchd
1414
:target: https://crate.io/packages/launchd/
1515

1616

17-
launchd is a pythonic interface to interact with OS X's `launchd <https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/launchd.8.html>`_. It provides
18-
access to basic querying and interaction with launchd by using the Objective C
17+
launchd is a pythonic interface to interact with OS X's `launchd <https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/launchd.8.html>`_.
18+
It provides access to basic querying and interaction with launchd. It is
19+
implemented using the Objective C
1920
`ServiceManagement framework <https://developer.apple.com/library/mac/documentation/General/Reference/ServiceManagementFwRef/_index.html#//apple_ref/doc/uid/TP40009335>`_
20-
as well as the `launchd` command line utility.
21-
21+
as well as the `launchd` command line utility. Therefore, this python package
22+
can only be used on `OS X <http://en.wikipedia.org/wiki/OS_X>`_
2223

2324
Examples
2425
========
@@ -80,4 +81,5 @@ or, if you want to work using the source tarball:
8081
8182
Requirements
8283
============
84+
* OS X >= 10.6
8385
* Python 2.7, 3.2 or 3.3

0 commit comments

Comments
 (0)