From 89d59a84ecc192c2d37617d8f585523c8639089d Mon Sep 17 00:00:00 2001 From: = Date: Fri, 19 Jan 2024 22:05:11 -0500 Subject: [PATCH] Fix emph --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ab2c3bab..95612b5c 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ To install using ``pip`` into your ``diffpy-utils`` environment, we will also ha pip install numpy pip install diffpy.utils -For those planning to use functions in the ``diffpy.utils.wx`` module, you will also need to install ``wxPython''. +For those planning to use functions in the ``diffpy.utils.wx`` module, you will also need to install ``wxPython``. Both of the following lines will install this package. :: conda install wxPython