diff --git a/README.md b/README.md
index b8bb2228f6178adac8fd69771bcecc4f2c2e43ee..79a9302f7c912fb5a96ac0c68acf7e553b9c9a3b 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ An implementation of DKT in pytroch
 
 Run the command `pip install -U git+https://gitlab.cci.drexel.edu/teachable-ai-lab/dkt_torch@master`
 
+or clone the repo and go to the folder and run `pip install -e .`
+
 ## Usage
 
 Use the scripts located in the scripts folder. The `fit_to_datashop.py` is used to train the DKT model on a datashop file. The `predict.py` gives examples of how to use the trained model to generate predictions.