From a45d1b2fac150b11e6f1b4ce89f8de28764d419b Mon Sep 17 00:00:00 2001 From: ssomnath <somnaths@ornl.gov> Date: Fri, 23 Jun 2017 09:52:30 -0400 Subject: [PATCH] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 50a21852..4a2572bc 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,10 @@ Pycroscopy requires many commonly used python packages such as numpy, scipy etc. 4. Enjoy pycroscopy! +If you already have pycroscopy installed and want to update to the latest version, use the following command: + + pip install -U pycroscopy + If you would like to quickly view HDF5 files generated by and used in pycroscopy, we recommend `HDF View <https://support.hdfgroup.org/products/java/hdfview/>`_ .. _documentation: -- GitLab