diff --git a/doc/misc.rst b/doc/misc.rst index 535cfcc2e9f796c58ac33f257b1edd965bf067fd..cde06dd3482b8b69f05e11a5a95e20b66661a1f9 100644 --- a/doc/misc.rst +++ b/doc/misc.rst @@ -44,6 +44,11 @@ And on macOS: hash -r; for i in pymbolic cgen genpy gmsh_interop modepy pyvisfile loopy boxtree sumpy meshmode pytential;do CC=clang python -m pip install --editable "git+https://github.com/inducer/$i#egg=$i"; done +.. note:: + + In each case, you may leave out the ``--editable`` flag if you would not like + a checkout of the source code. + Next time you want to use :mod:`pytential`, just run the following command:: source /WHERE/YOU/INSTALLED/miniforge3/bin/activate inteq