Skip to content
Snippets Groups Projects
Unverified Commit 7b3f8c4b authored by Lukas Kugler's avatar Lukas Kugler Committed by GitHub
Browse files

docs

parent 64f887f1
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,15 @@ Welcome to the DART-WRF documentation! ...@@ -6,13 +6,15 @@ Welcome to the DART-WRF documentation!
Installation 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:: .. code-block::
git clone https://github.com/lkugler/DART-WRF.git git clone https://github.com/lkugler/DART-WRF.git
cd DART-WRF pip install xarray netCDF4 docopt pysolar==0.10.0
pip install -e .
Note that `pysolar` is only necessary if you will be using satellite observations.
Other helpful resources Other helpful resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment