From 7b3f8c4b6dfdf5edda1a32d6e57b21c300969079 Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@univie.ac.at>
Date: Fri, 23 Jun 2023 19:15:12 +0200
Subject: [PATCH] docs

---
 docs/source/index.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/source/index.rst b/docs/source/index.rst
index 495298c..7f0a0af 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
-- 
GitLab