From c4c4f815f2b70f11b95787a198ae0fdd6437c5b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 15 Feb 2021 14:58:05 -0600 Subject: [PATCH] Add note about leaving out --editable to install docs --- doc/misc.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/misc.rst b/doc/misc.rst index 535cfcc2..cde06dd3 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 -- GitLab