diff --git a/docs/installation.rst b/docs/installation.rst index 68620992..7b07087d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -86,7 +86,9 @@ You should now be able to successfully ``import webbpsf`` in a Python session. .. Note:: - **For STScI Users Only:** Please note, we are no longer providing users at STScI a location with the required data files on the Central Storage network. Therefore, to run WebbPSF, you must download these files and tell WebbPSF where to find them using the WEBBPSF_PATH environment variable. + **For STScI Users Only:** Users at STScI may access the required data files from the Central Storage network. Set the following environment variables in your ``bash`` shell. (You will probably want to add this to your ``.bashrc``.) :: + export WEBBPSF_PATH="/grp/jwst/ote/webbpsf-data" + export PYSYN_CDBS="/grp/hst/cdbs" Software Requirements ---------------------