From 2656165d1b1f9a395e653d212742181b262e3986 Mon Sep 17 00:00:00 2001 From: Rosario Scalise Date: Mon, 30 Nov 2020 23:20:47 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 325dfb7..dbdc64a 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,6 @@ class AdadeltaConf: ``` ###### (once pytorch updates type annotations, these will automatically change from `Any` -> `Int/Float`) -### Install: -``` -pip install git+f"{project} @ git+https://github.com/pytorch/hydra-torch/#subdirectory={project}" - ### Getting Started: Take a look at our tutorial series: 1. [Basic Tutorial](examples/mnist_00.md)