forked from pmorissette/ffn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Philippe Morissette
committed
Jun 24, 2014
1 parent
56c12e5
commit c187ff2
Showing
5 changed files
with
1,699 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Quickstart | ||
========== | ||
|
||
First things first, we must install ffn. ffn stands on the shoulders of giants | ||
and therefore has many requirements. The easiest way to get started is to | ||
install the `Anaconda Scientific Python Distribution <https://store.continuum.io/cshop/anaconda/>`_. | ||
This distribution comes with many of the required packages pre-installed, including pip. | ||
|
||
To install ffn, simply run: | ||
|
||
.. code-block:: bash | ||
$ pip install ffn | ||
Now let's get started. By the way, We are using an IPython Notebook for our example. If you don't know what | ||
that is, you definitely need to check it out `here <http://ipython.org/notebook.html>`__! | ||
|
||
.. notebook:: quickstart.ipynb |
Oops, something went wrong.