Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #658

Merged
merged 1 commit into from
Jan 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)).