Skip to content

Commit

Permalink
updated the INSTALL file with more recent version numbers. Changed th…
Browse files Browse the repository at this point in the history
…e title ; removed version number in jss.
  • Loading branch information
David Huard committed Dec 23, 2009
1 parent 40826cf commit 68d26b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions DEVELOPERS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Creating source and binary distributions:

* Source::

python setup.py sdist
python setup.py sdist --format=zip

* Windows::

Expand All @@ -34,7 +34,8 @@ Creating source and binary distributions:
To upload to PyPi::

python setup.py sdist upload

python setup.py bdist_wininst upload

To simply change the information about the package on the PyPi page (as defined in setup.py)::

python setup.py register
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Installation Instructions
*************************

:Date: Oct 14, 2008
:Date: Dec 23, 2009
:Authors: Chris Fonnesbeck, Anand Patil, David Huard
:Web site: http://code.google.com/p/pymc/
:Copyright: This document has been placed in the public domain.
Expand Down Expand Up @@ -146,16 +146,16 @@ type::
python setup.py install

This will build the C and Fortran extension and copy the libraries and python
modules in the C:/Python25/Lib/site-packages/pymc directory.
modules in the C:/Python26/Lib/site-packages/pymc directory.


.. _`MinGW`: http://www.mingw.org/

.. _`MSYS`: http://www.mingw.org/wiki/MSYS

.. _`Automated MinGW Installer`: http://sourceforge.net/project/showfiles.php?group_id=2435
.. _`Automated MinGW Installer`: http://sourceforge.net/projects/mingw/files/

.. _`MSYS-1.0.exe`: http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe
.. _`MSYS-1.0.exe`: http://downloads.sourceforge.net/mingw/MSYS-1.0.11.exe


Mac OS X or Linux
Expand Down
4 changes: 3 additions & 1 deletion docs/jss/jss_article.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
David Huard\\McGill University \And
Christopher Fonnesbeck\\University of Otago}

\title{\pkg{PyMC} 2: Bayesian Stochastic Modelling in \proglang{Python}}
\title{\pkg{PyMC} : Bayesian Stochastic Modelling in \proglang{Python}}

\Address{
Anand Patil\\
Expand Down Expand Up @@ -137,6 +137,8 @@ \section{Conclusion}
Anand Patil's work on PyMC has been supported since 2008 by the \href{http://www.map.ox.ac.uk}{Malaria Atlas
Project}, principally funded by the Wellcome Trust.

David Huard's early work on PyMC was supported by a scholarship from the Natural Sciences and Engineering Research Council of Canada.

\appendix
% \section[MCMC]{Markov chain Monte Carlo}
% \label{sec:MCMC}
Expand Down

0 comments on commit 68d26b5

Please sign in to comment.