Skip to content

Commit

Permalink
Merge pull request #658 from clawpack/readme_update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ketch authored Jan 14, 2021
2 parents a85a01a + f64969e commit e094e91
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@

Quick start:

git clone git@github.com:clawpack/clawpack.git
git clone https://github.com/ketch/nodepy.git
cd clawpack
git submodule init
git submodule update
pip install -e .
cd clawpack/pyclaw/examples/euler_2d
python shockbubble.py iplot=1
cd pyclaw/examples/euler_2d
python shock_bubble_interaction.py iplot=1


# PyClaw
Expand All @@ -26,4 +28,5 @@ You can get the latest development version of PyClaw from
http://github.com/clawpack/.

If you use PyClaw in research that leads to publication, please
[cite PyClaw](http://www.clawpack.org/pyclaw/index.html#citing).
[cite PyClaw](http://www.clawpack.org/pyclaw/index.html#citing)
(see also [citing Clawpack](http://www.clawpack.org/about.html#citing-this-work)).

0 comments on commit e094e91

Please sign in to comment.