diff --git a/README.md b/README.md
index 764608aa20..603613fbfe 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,10 @@ If you already have an ONNX model, just [install the runtime](#Installation) for
| [C](docs/C_API.md) | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)
Mac - Coming Soon | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)
Mac - Coming Soon |
| [C++](onnxruntime/core/session/inference_session.h) | TBD | TBD |
+## System Requirements
+* The OnnxRuntime binaries in CPU packages use OpenMP and depends on the library being available at runtime in the system. For Windows, OpenMP support comes as part of VC runtime. For Linux, the system must have the libgomp.so.1 installed.
+* The GPU builds require the CUDA9.1 and cuDNN 7.3 runtime libraries being installed in the system.
+
## Build Details
For details on the build configurations and information on how to create a build, see [Build ONNX Runtime](BUILD.md).