diff --git a/README.rst b/README.rst index 13a711a..4fb4cfa 100644 --- a/README.rst +++ b/README.rst @@ -75,6 +75,8 @@ This library requires Python 3.6 or greater. .. code-block:: pip install jupyter-ui-poll + # or with conda/mamba + conda install -c kirill-odc jupyter-ui-poll Technical Details diff --git a/docs/index.rst b/docs/index.rst index 766cc9a..be413f3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -42,6 +42,7 @@ For a more detailed tutorial see `Example notebook`_, you can also `run it`_ rig .. toctree:: + :hidden: install.rst api.rst diff --git a/docs/install.rst b/docs/install.rst index 62f955b..71e8814 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -6,3 +6,9 @@ Minimal supported Python version is 3.6. Install from pypi .. code-block:: bash pip install jupyter-ui-poll + +Conda is also available + +.. code-block:: bash + + conda install -c kirill-odc jupyter-ui-poll \ No newline at end of file