Skip to content

Commit

Permalink
Merge 5445f0c into 47658eb
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Oct 28, 2022
2 parents 47658eb + 5445f0c commit 67a2804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions doc/user/user_install.rst
Expand Up @@ -133,12 +133,9 @@ GUI input
To use the :py:mod:`graphical core-map editor <armi.utils.gridEditor>` you will need to also install
`wxPython <https://wxpython.org/pages/downloads/index.html>`_. This is not installed
by default during armi installation because it can cause installation complexities on some platforms.
In many cases, a ``pip install`` should suffice::
In any case, all GUI dependencies can be installed by::

(armi-venv) $ pip install wxpython

.. warning:: On some platforms, ``pip`` may try to compile wxpython from
source which can take a long time and require additional dependencies.
(armi-venv) $ pip install armi[grids]

GUI output
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -75,7 +75,7 @@ def collectExtraFiles():
],
extras_require={
"mpi": ["mpi4py"],
"grids": ["wxpython"],
"grids": ["wxpython<=4.1.1"],
"memprof": ["psutil"],
"dev": [
"mako",
Expand Down

0 comments on commit 67a2804

Please sign in to comment.