From 1cc14f9d3db3e0e4c078e4cf3fa1fe5fff2df13e Mon Sep 17 00:00:00 2001 From: Alexander Novikov Date: Sun, 12 Mar 2017 11:27:03 +0300 Subject: [PATCH 1/2] Add installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e99538e5..26e7d663 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ TensorFlow implementation of the Tensor Train (TT) -Toolbox. +# Installation +First, install [TensorFlow](https://www.tensorflow.org/install/). Then simply run +```bash +pip install t3f +``` + # Basic usage Import the libraries ```python From 2a978f530522f690f6aa0d3ae785fd477c274b53 Mon Sep 17 00:00:00 2001 From: Alexander Novikov Date: Sun, 12 Mar 2017 11:28:11 +0300 Subject: [PATCH 2/2] A better link placement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26e7d663..00565a5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ TensorFlow implementation of the Tensor Train (TT) -Toolbox. # Installation -First, install [TensorFlow](https://www.tensorflow.org/install/). Then simply run +First, [install TensorFlow](https://www.tensorflow.org/install/). Then simply run ```bash pip install t3f ```