From 9f1d9e9218f72444e1753c620a177b877f573157 Mon Sep 17 00:00:00 2001 From: Fabrizio Milo Date: Sun, 12 Jul 2020 07:13:26 -0700 Subject: [PATCH] suggest using pip to install the model --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ff4dd..8506893 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Install Gin from source: ```shell git clone https://github.com/google/gin-config cd gin-config -python -m setup.py install +python -m pip install . ``` Import Gin (without TensorFlow functionality):