From 4ee827495d0525d253e460374a325730952b4912 Mon Sep 17 00:00:00 2001 From: Sarah Blunt Date: Tue, 19 Sep 2023 16:43:36 -0700 Subject: [PATCH] add direction to install wheel if having difficulties re issue #342 --- docs/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 85844d3a..cb69ee3b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -95,8 +95,10 @@ Issues? If you run into any issues installing ``orbitize``, please create an issue on GitHub. If you are specifically having difficulties using ``cython`` to install ``orbitize``, we -suggest first trying to install all of the ``orbitize`` dependencies (listed in -``requirements.txt``), then disabling compilation of the C-based Kepler module with +suggest first trying to install ``wheel``, then installing all of the ``orbitize`` dependencies (listed in +``requirements.txt``). + +If that doesn't work, we suggest disabling compilation of the C-based Kepler module with the following alternative installation command: .. code-block:: bash