From 24063c0732f3d68b0ed5ae16990e86537a07d08e Mon Sep 17 00:00:00 2001 From: Sakshi Kaushik Date: Tue, 29 Mar 2022 08:44:51 -0500 Subject: [PATCH] adds installation.md --- docs/sphinx/source/api/Installation.md | 16 ++++++++++++++++ docs/sphinx/source/index.rst | 1 + 2 files changed, 17 insertions(+) create mode 100644 docs/sphinx/source/api/Installation.md diff --git a/docs/sphinx/source/api/Installation.md b/docs/sphinx/source/api/Installation.md new file mode 100644 index 00000000..68492418 --- /dev/null +++ b/docs/sphinx/source/api/Installation.md @@ -0,0 +1,16 @@ +[Github](https://github.com/ModECI/MDF) + +[![Actions Status][actions-badge]][actions-link] +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) + +# Installation + +## Requirements + +Python (>=3.7) + +## Installation + +``` +pip install modeci_mdf +``` \ No newline at end of file diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 93892d53..48c5f842 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -31,6 +31,7 @@ re-used in other environments. :caption: Contents: api/Introduction + api/Installation .. toctree:: :maxdepth: 2