Skip to content

Commit

Permalink
add direction to install wheel if having difficulties
Browse files Browse the repository at this point in the history
re issue sblunt#342
  • Loading branch information
sblunt committed Sep 19, 2023
1 parent 5d86209 commit 4ee8274
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installation.rst
Expand Up @@ -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
Expand Down

0 comments on commit 4ee8274

Please sign in to comment.