From 1a2730ca75040802b608a2b834a77b540e2833c3 Mon Sep 17 00:00:00 2001 From: Przemek Joniak Date: Sun, 20 Jan 2019 16:07:16 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 065380a..f5f79f0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,10 @@ $ make split ``` ### Requirements -Python (3.6.3), pytorch (0.4.1), torchvision (0.2.1), skimage (0.14.1), numpy (1.15.2), Jupyter Notebook(4.4.0) +Code is written in Python 3.6.3. [Here](requirements.txt) are all requirements, hit the following to install: +```bash +pip3 install -r requirements.txt +``` ### Network training