Skip to content

Commit ed3725a

Browse files
readme
1 parent b497ffd commit ed3725a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ The choice of PyMC as the probabilistic programming language is two-fold. As of
1515

1616
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.
1717

18-
Development and Pay-System
18+
Development
1919
------
2020

2121
This book has an unusual development design. The content is open-sourced, meaning anyone can be an author.
2222
Authors submit content or revisions using the GitHub interface. After a major revision or addition, we collect all the content, compile it to a
2323
PDF, and increment the version of *Probabilistic Programming and Bayesian Methods for Hackers*.
2424

25-
Finally, our reader-purchase system is different. Readers can choose how much to pay for the book, including $0.
26-
2725

2826
Contributions and Thanks
2927
-----
@@ -47,15 +45,17 @@ community for developing the Notebook interface. All IPython notebook files are
4745
### How to contribute
4846

4947
####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)
5050
- 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.
5151
- 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
5252
default settings of matplotlib and the IPython notebook.
53-
5453
- Currently the formatting of the style is not set, so try to follow what has been used so far, but inconsistencies are fine.
5554

5655
####Commiting
5756

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.
5959

6060
####Contact
6161
Contact the main author, Cam Davidson-Pilon at [email protected] or [@cmrndp](https://twitter.com/cmrn_dp)

0 commit comments

Comments
 (0)