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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,13 @@ The choice of PyMC as the probabilistic programming language is two-fold. As of
15
15
16
16
PyMC does have some dependencies to run, namely NumPy and (optionally) SciPy. To not limit the user, the examples in this book will rely only on PyMC, NumPy and SciPy only.
17
17
18
-
Development and Pay-System
18
+
Development
19
19
------
20
20
21
21
This book has an unusual development design. The content is open-sourced, meaning anyone can be an author.
22
22
Authors submit content or revisions using the GitHub interface. After a major revision or addition, we collect all the content, compile it to a
23
23
PDF, and increment the version of *Probabilistic Programming and Bayesian Methods for Hackers*.
24
24
25
-
Finally, our reader-purchase system is different. Readers can choose how much to pay for the book, including $0.
26
-
27
25
28
26
Contributions and Thanks
29
27
-----
@@ -47,15 +45,17 @@ community for developing the Notebook interface. All IPython notebook files are
47
45
### How to contribute
48
46
49
47
####Installation and configuration
48
+
49
+
- IPython 0.14 is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/ipython-doc/dev/install/index.html)
50
50
- For Linux users, you should not have a problem installing Numpy, Scipy and PyMC. For Windows users, check out [pre-compiled versions](http://www.lfd.uci.edu/~gohlke/pythonlibs/) if you have difficulty.
51
51
- In the styles/ directory are a number of files that are customized for the book. These are not only designed for the book, but they offer many improvements over the
52
52
default settings of matplotlib and the IPython notebook.
53
-
54
53
- Currently the formatting of the style is not set, so try to follow what has been used so far, but inconsistencies are fine.
55
54
56
55
####Commiting
57
56
58
-
- all commits are welcome, even if they are minor.
57
+
- All commits are welcome, even if they are minor.
58
+
- If you are unfamiliar with Github, you can email me contributions to the email below.
59
59
60
60
####Contact
61
61
Contact the main author, Cam Davidson-Pilon at [email protected] or [@cmrndp](https://twitter.com/cmrn_dp)
0 commit comments