Skip to content

Commit

Permalink
FIX: Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed May 1, 2018
1 parent 3b51ee5 commit b56af09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ before_install:
- if [ ! -z $CONDA_ENVIRONMENT ]; then
pip uninstall --yes mne;
fi;
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
pip install --upgrade pyqt>=5.10;
fi;
# Don't source mne_setup_sh here because changing PATH etc. can't be done in a script
- if [ "${DEPS}" == "" ]; then
export MNE_ROOT="${PWD}/minimal_cmds";
Expand Down
2 changes: 1 addition & 1 deletion doc/install_mne_python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Here we provide guidance for the simplest, most well tested solution.
1. Get a Python interpreter
###########################

* **We recommend the Anaconda Python 3+ distribution**.
* We recommend the Anaconda Python 3+ distribution.
Follow `their installation instructions <http://docs.continuum.io/anaconda/install>`_.
When you are done, you should see some variant of this in a terminal:

Expand Down

0 comments on commit b56af09

Please sign in to comment.