diff --git a/docs/source/index.rst b/docs/source/index.rst index 495298c2861e73d300f0906b038f7bd9b32423e8..7f0a0af5a5c18b4b0562ecc6fe60b6f56b2eec34 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,13 +6,15 @@ Welcome to the DART-WRF documentation! Installation ------------ -DART-WRF is available at `github.com/lkugler/DART-WRF <https://github.com/lkugler/DART-WRF>`_ using the command line: +DART-WRF is available at `github.com/lkugler/DART-WRF <https://github.com/lkugler/DART-WRF>`_ using the command line. To use it, you don't need to install it, but only its requirements: .. code-block:: git clone https://github.com/lkugler/DART-WRF.git - cd DART-WRF - pip install -e . + pip install xarray netCDF4 docopt pysolar==0.10.0 + +Note that `pysolar` is only necessary if you will be using satellite observations. + Other helpful resources