From ca352f5eb79a53d63a2b7dd436c9fb40a1f1412c Mon Sep 17 00:00:00 2001 From: Mark Hillebrand Date: Thu, 3 Nov 2016 17:11:40 +0100 Subject: [PATCH] Scripts/README.md: minimal documentation for binary drop install scripts --- Scripts/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Scripts/README.md b/Scripts/README.md index 57cd7eb328ea..545c0c13b9ec 100644 --- a/Scripts/README.md +++ b/Scripts/README.md @@ -1,7 +1,13 @@ -This directory contains different script helping using different components of CNTK. +This directory contains different scripts for using CNTK. + +### CNTK Binary Installers + +* `windows/install.ps1`: installation script for installing a Windows CNTK *binary* drop, cf. [here](https://github.com/Microsoft/CNTK/wiki/Automated-binary-install#installation-steps-for-windows). +* `linux/install-cntk.sh`: installation script for installing a Linux CNTK *binary* drop, cf. [here](https://github.com/Microsoft/CNTK/wiki/Automated-binary-install#installation-steps-for-linux). + ### CNTK Text format Converters -Two Python Scripts for converting Data to CNTK Text format for using as an input for CNTK Text Format Reader (see https://github.com/microsoft/cnTK/wiki/CNTKTextFormat-Reader). +Two Python Scripts for converting Data to CNTK Text format for using as an input for CNTK Text Format Reader (see https://github.com/microsoft/CNTK/wiki/CNTKTextFormat-Reader). ``` txt2ctf.py ```