Skip to content

Commit

Permalink
Merge pull request #36 from ketch/remove_make_message
Browse files Browse the repository at this point in the history
Change message about running make to running pip.
  • Loading branch information
ketch committed Jul 25, 2013
2 parents 0f693f5 + 2b1be94 commit 258d431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/riemann/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
import traceback
print "********************************************************************"
print 'Warning: Some Riemannn solvers were not able to be imported.'
print ' Did you run make in RIEMANN/src/python/riemann.'
print ' Did you run "pip install" in your clawpack directory?'
traceback.print_exc()
print "********************************************************************"

0 comments on commit 258d431

Please sign in to comment.