Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@ embedly-python
Python Library for interacting with Embedly's API. To get started sign up for
a key at `embed.ly/pricing <http://embed.ly/pricing>`_.


Install
=======
Basic install directions::
-------
Install with `Pip <http://www.pip-installer.org>`_ (recommended)::

pip install -e git://github.com/embedly/embedly-python.git#egg=Embedly

git clone [email protected]:embedly/embedly-python
Or setuptools::

git clone git://github.com/embedly/embedly-python.git
sudo python setup.py


Getting Started
===============
---------------
Basic usage::

>>> from embedly import Embedly
Expand All @@ -30,5 +36,5 @@ Basic usage::


Copyright
=========
---------
Copyright (c) 2011 Embed.ly, Inc. See LICENSE for details.