We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0642146 commit 1d2952fCopy full SHA for 1d2952f
README.rst
@@ -1,6 +1,10 @@
1
Share your CUPS printers with google's cloud print.
2
Works with linux and OS X.
3
4
+This software is a python implementation of a cloud print connector. Unlike
5
+Google's linux connector, it does not require chrome to be installed on the server.
6
+
7
8
Requires
9
---------------------------------------------------
10
python 2.6 or 2.7
@@ -68,3 +72,6 @@ Install
68
72
::
69
73
70
74
pip install cloudprint
75
76
+After running cloudprint, verify that the connector successfully installed the cloud printer by visiting
77
+http://www.google.com/cloudprint/manage.html.
0 commit comments