[Python-modules-commits] [python-pyld] 239/276: Add installation note.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:48:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit ff344aea9a890faba125fbbf24d9e92e6dc94486
Author: David I. Lehn <dlehn at digitalbazaar.com>
Date:   Mon Feb 24 16:10:17 2014 -0500

    Add installation note.
---
 README.rst | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index 2eb8ee4..f990eba 100644
--- a/README.rst
+++ b/README.rst
@@ -36,6 +36,15 @@ added semantics. Finally, the format is intended to be fast to parse, fast
 to generate, stream-based and document-based processing compatible, and
 require a very small memory footprint in order to operate.
 
+Installation
+------------
+
+PyLD can be installed with pip_:
+
+.. code-block:: bash
+
+    $ pip install PyLD
+
 Quick Examples
 --------------
 
@@ -128,14 +137,17 @@ the ``json-ld.org`` hosted on GitHub:
 
 https://github.com/json-ld/json-ld.org
 
-Then run the test application using the directory containing the tests::
+Then run the test application using the directory containing the tests:
+
+.. code-block:: bash
 
-    python tests/runtests.py -d {PATH_TO_JSON_LD_ORG/test-suite}
+    $ python tests/runtests.py -d {PATH_TO_JSON_LD_ORG/test-suite}
 
+.. _Digital Bazaar: http://digitalbazaar.com/
 .. _JSON-LD: http://json-ld.org/
+.. _Microdata: http://www.w3.org/TR/microdata/
+.. _Microformats: http://microformats.org/
 .. _Python: http://www.python.org/
-.. _Digital Bazaar: http://digitalbazaar.com/
 .. _RDFa: http://www.w3.org/TR/rdfa-core/
-.. _Microformats: http://microformats.org/
-.. _Microdata: http://www.w3.org/TR/microdata/
 .. _RFC4627: http://www.ietf.org/rfc/rfc4627.txt
+.. _pip: http://www.pip-installer.org/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list