You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By "forking" I think we mean "cloning" in GIT. Forking has espceiclly a
different meaning on Github, and I don't think that's what we are
referring to here.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ PyMC does have dependencies to run, namely NumPy and (optionally) SciPy. To not
19
19
Contents
20
20
------
21
21
22
-
(The below chapters are rendered via the *nbviewer* at [nbviewer.ipython.org/](http://nbviewer.ipython.org/), and is read-only. Interactive notebooks + examples can be downloaded by forking! )
22
+
(The below chapters are rendered via the *nbviewer* at
23
+
[nbviewer.ipython.org/](http://nbviewer.ipython.org/), and is read-only.
24
+
Interactive notebooks + examples can be downloaded by cloning! )
23
25
24
26
25
27
*[**Prologue.**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Prologue/Prologue.ipynb) Why we do it.
@@ -57,7 +59,7 @@ Using the book
57
59
58
60
The book can be read in three different ways, starting from most recommended to least recommended:
59
61
60
-
1. The most recommended option is to fork the repository and download the .ipynb files to your local machine. If you have IPython installed, you can view the
62
+
1. The most recommended option is to clone the repository and download the .ipynb files to your local machine. If you have IPython installed, you can view the
61
63
chapters in your browser *plus* edit and run the code provided (and try some practice questions). This is the preferred option to read
62
64
this book, though it comes with some dependencies.
63
65
- IPython 0.13 is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/ipython-doc/dev/install/index.html)
0 commit comments