Skip to content

Commit

Permalink
readme: small fix, version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Sep 30, 2019
1 parent 776b5a3 commit 4409001
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dev:
v2.6:
* add dpi and figsize options for all plots (alternatively use a matplotlibrc file)
* fix spelling error in invert_events_simultaneously (has to be fixed in old configuration files
if these are used with new qopen version)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Dependencies of Qopen are:
* NumPy, SciPy and matplotlib (itself dependencies of ObsPy)
* statsmodels

Installation with conda ::
It's probably best to install ObsPy first and then let pip take care of the rest. Install Qopen and its dependencies with ::
Installation with conda -
it's probably best to install ObsPy and other dependencies first and then let pip take care of the rest::

conda --add channels conda-forge
conda create -n qenv matplotlib numpy scipy obspy statsmodels
Expand Down
2 changes: 1 addition & 1 deletion qopen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from qopen.core import run

__version__ = '2.6-dev'
__version__ = '2.6'

0 comments on commit 4409001

Please sign in to comment.