Skip to content
Snippets Groups Projects
Commit 51608c75 authored by lkugler's avatar lkugler
Browse files

Merge branch 'consistent_config' of https://github.com/lkugler/DART-WRF into consistent_config

parents 008ba5e6 7b3f8c4b
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