Skip to content

Commit

Permalink
Remove mpi4py implicit installation
Browse files Browse the repository at this point in the history
  • Loading branch information
PytLab committed Nov 8, 2018
1 parent 0a0b647 commit e76c1cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ notifications:
install:
- sudo apt-get update
- sudo apt-get install mpich
- pip install coverage codecov
- pip install coverage codecov mpi4py
- python setup.py install

script:
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Installation

python setup.py install

If you want GAFT to run in MPI env, please install mpi4py explicitly::

pip install mpi4py

See `INSTALL.md <https://github.com/PytLab/gaft/blob/master/INSTALL.md>`_ for more installation details.

Test
Expand Down
2 changes: 1 addition & 1 deletion docs
Submodule docs updated 1 files
+1 −0 requirements.txt
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
'''
install_requires = [
'mpi4py==2.0.0',
]

license = 'LICENSE'
Expand Down

0 comments on commit e76c1cc

Please sign in to comment.