From 0a8cdfef0c392d52fc5b9be861c5c98305461312 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 19 Jul 2019 16:07:22 +1000 Subject: [PATCH] add warning for current installation method --- docs/quickstart.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index cbe33b2..6a251b1 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -12,6 +12,12 @@ Installation To install `jupinx `__: +.. warning:: + + This project is **not** yet released through PyPI. Please instead install + using: :code:`python setup.py install` from within a clone of the + repository. + .. code-block:: bash pip install jupinx