Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Aug 10, 2016
2 parents a484615 + 0b63105 commit 43490b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
34 changes: 2 additions & 32 deletions README.md
Expand Up @@ -14,38 +14,8 @@ Windows systems. We support Python versions 2.7, 3.4 and 3.5.
Note that, although we support Windows, EQcorrscan is optimized for
linux style distributions.

Installation for all systems should be as simple as (we recommend running
within a virtual environment so that installing dependencies does not
affect your system Python, or other packages):

```bash
pip install EQcorrscan
```

If upgrading from a previous version:

```bash
pip install -U EQcorrscan
```

If you have any issues installing please report them on the issues pages.

You will need to install openCV (note that openCV versions 2 and 3 work for
Python 2.7, but only openCV version 3 works for Python 3.x, therefore we
recommend installing openCV 3). We recommend installing openCV from source,
this will both optimize it for your machine.

If you are running Linux or OSX, installation
instructions can be found
[here for ubuntu](http://www.pyimagesearch.com/2015/07/20/install-opencv-3-0-and-python-3-4-on-ubuntu/)
and [here for OSX](http://www.pyimagesearch.com/2015/06/15/install-opencv-3-0-and-python-2-7-on-osx/).
Note these two links are Python dependent and you will need to change your pip
and python versions appropriate to your system. Similar instructions are
available for Windows users.

*A note for Ubuntu users*
You will need the python3.x-dev libraries to install openCV if installing from
source.
Instructions for installing EQcorrscan and the required dependency, openCV
are linked from the [docs](http://eqcorrscan.readthedocs.io/en/latest/intro.html#installation)

*A note on correlation precision*
OpenCV computes cross-correlations in the frequency-domain for normal seismic
Expand Down
2 changes: 2 additions & 0 deletions eqcorrscan/__init__.py
Expand Up @@ -36,8 +36,10 @@

__all__ = ['core', 'utils']


__version__ = '0.1.3'


# Cope with changes to name-space to remove most of the camel-case
_import_map = {
"eqcorrscan.utils.catalogue2DD": "eqcorrscan.utils.catalog_to_dd",
Expand Down

0 comments on commit 43490b4

Please sign in to comment.