From 2988a5edfb628cf381c7dea8134e120d01d427bd Mon Sep 17 00:00:00 2001 From: Jiale Date: Thu, 14 Mar 2024 10:27:59 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2a17812..6fdc9ba 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ # How to run examples 1. clone the repo and make sure you have installed `tensorflow` or `tensorflow-gpu` on your local machine. +```bash +git clone https://github.com/jlchen5/GraphEmbedding +``` 2. run following commands ```bash python setup.py install