Skip to content

Commit

Permalink
Merge pull request #227 from irjudson/master
Browse files Browse the repository at this point in the history
Fix formatting of code blocks in installation instructions.
  • Loading branch information
martey committed Jul 13, 2015
2 parents 5b24d7a + 2f25c5b commit c2b18b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Installing from Git

For the newest features, you should install the SDK directly from Git.

.. code-block::
virtualenv facebookenv
source facebookenv/bin/activate
pip install -e git+https://github.com/pythonforfacebook/facebook-sdk.git#egg=facebook-sdk
Expand All @@ -23,6 +25,8 @@ Installing a Released Version
If your application requires maximum stability, you will want to use a version
of the SDK that has been officially released.

.. code-block::
virtualenv facebookenv
source facebookenv/bin/activate
pip install facebook-sdk
Expand Down

0 comments on commit c2b18b4

Please sign in to comment.