From aab7c1b22dc85e41e8ec334dcc1b6110d771aca0 Mon Sep 17 00:00:00 2001 From: Kalle Westerling Date: Thu, 17 Oct 2024 15:13:38 +0100 Subject: [PATCH] Adding changes from mialondon-patch-1 (@mialondon's edits) --- docs/source/installing.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/installing.rst b/docs/source/installing.rst index 7f50850..4ea837d 100644 --- a/docs/source/installing.rst +++ b/docs/source/installing.rst @@ -1,6 +1,19 @@ Installing Zoonyper =================== +Dependencies (work in progress) +------------------------------- + +You must have at least version 3.9 of Python (currently). + +Quick Install in Jupyter Notebook +--------------------------------- + +If you just want to try things out or are in a hurry and want to install the developer version in whichever Python kernel you're currently running in a Notebook, here's a handy bash script that you can copy and paste into a Jupyter notebook. The Notebook should be run in the directory where zoonyper will be installed: + +In production +-------------- + When in production, you can use PyPI to install zoonyper: .. code-block:: bash