Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomas1234 committed Aug 15, 2014
1 parent 0686bc9 commit 39f0c11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -22,3 +22,9 @@ Furthermore, the following dependencies are needed:
- [inspyred](https://pypi.python.org/pypi/inspyred) for evolutionary computations.

Computationally heavy methods have been parallelized and can be run on a clusters using the IPython parallelization framework (see example and documentation for more details). The default fallback is python's multiprocessing library.

### Installation
Run
python setup.py install
to install cameo. Installation is still a little bit shaky, so if it fails due to version mismatches, try to install the appropriate version manually and then retry `python setup.py install`. For example:
pip install pytz==2013b --upgrade

0 comments on commit 39f0c11

Please sign in to comment.