From 3aa1055cd1a91b3788b70455e9ef65bbcd4c686b Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 28 Aug 2019 10:31:07 -0600 Subject: [PATCH] add some more readme comments --- README.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5f8be66d9..daa0c052f 100644 --- a/README.rst +++ b/README.rst @@ -1 +1,17 @@ -ADD README \ No newline at end of file +Can fill this all out later but a few notes + + +Some notes on dependencies + +https://github.com/WISDEM/AeroelasticSE + +https://github.com/OpenFAST/openfast +Be sure to clone the repo with the --recursive flag or execute git submodule update --init --recursive after cloning. + +https://github.com/NREL/floris (probably on develop branch) + +Install floris and area of these branches from the directy above with syntax like: +pip install -e [floris, AeroelasticSE] + +openfast install more involved +