Remove install from github directly for tflite model maker.

PiperOrigin-RevId: 325384550
Change-Id: Iab4572a8ec9a105f8b80a5b2a9aae64f4558379a
diff --git a/tensorflow/lite/g3doc/guide/model_maker.md b/tensorflow/lite/g3doc/guide/model_maker.md
index 824fb1a..76b32ea 100644
--- a/tensorflow/lite/g3doc/guide/model_maker.md
+++ b/tensorflow/lite/g3doc/guide/model_maker.md
@@ -43,18 +43,8 @@
 
 ## Installation
 
-There are two ways to install Model Maker.
-
-*   Install a prebuilt pip package
+Install a prebuilt pip package.
 
 ```shell
 pip install tflite-model-maker
 ```
-
-*   Clone the source code from GitHub and install.
-
-```shell
-git clone https://github.com/tensorflow/examples
-cd examples
-pip install .[model_maker]
-```