Skip to content
Snippets Groups Projects
Unverified Commit 23452b17 authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

Merge pull request #47 from inducer/inducer-patch-2

Install instructions: add --editable
parents 0b65c354 4cf58871
No related branches found
No related tags found
No related merge requests found
Pipeline #131019 passed
...@@ -4,8 +4,6 @@ on: ...@@ -4,8 +4,6 @@ on:
branches: branches:
- master - master
pull_request: pull_request:
paths-ignore:
- 'doc/*.rst'
schedule: schedule:
- cron: '17 3 * * 0' - cron: '17 3 * * 0'
......
...@@ -33,7 +33,12 @@ MacOS support is in the works. ...@@ -33,7 +33,12 @@ MacOS support is in the works.
#. Type the following command:: #. Type the following command::
hash -r; for i in pymbolic cgen genpy modepy pyvisfile loopy meshmode dagrt leap grudge; do python -m pip install git+https://gitlab.tiker.net/inducer/$i.git; done hash -r; for i in pymbolic cgen genpy modepy pyvisfile loopy meshmode dagrt leap grudge; do python -m pip install --editable "git+https://gitlab.tiker.net/inducer/$i.git#egg=$i"; done
.. note::
In each case, you may leave out the ``--editable`` flag if you would not like
an editable copy of the source code checked out in a subfolder.
Next time you want to use `grudge`, just run the following command:: Next time you want to use `grudge`, just run the following command::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment