diff --git a/documentation/source/users/rmg/installation/anacondaDeveloper.rst b/documentation/source/users/rmg/installation/anacondaDeveloper.rst
index 4a79244d0c..a9bdf11371 100644
--- a/documentation/source/users/rmg/installation/anacondaDeveloper.rst
+++ b/documentation/source/users/rmg/installation/anacondaDeveloper.rst
@@ -26,7 +26,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
Note that you should reinitialize or restart your terminal in order for the changes to take effect, as the installer will tell you.
#. There are a few system-level dependencies which are required and should not be installed via Conda. These include
- `Git `_ for version control, `GNU Make `_, and the C and C++ compilers from the `GNU Compiler Collection (GCC) `_ for compiling RMG.
+ `Git `_ for version control, `GNU Make `_, and the C and C++ compilers from the `GNU Compiler Collection (GCC) `_ for compiling RMG. For WSL users, `libxrender1 `_ may also need to be installed.
For Linux users, you can check whether these are already installed by simply calling them via the command line, which
will let you know if they are missing. To install any missing packages, you should use the appropriate package manager
@@ -34,7 +34,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
a. On Ubuntu and Debian the package manager is ``apt`` ::
- sudo apt install git gcc g++ make
+ sudo apt install git gcc g++ make libxrender1
b. On Fedora and Red Hat derivatives (RHEL 8+) the package manager is ``dnf`` ::