From 754e98c12d79c3bfe308d75d0e5fea8e53a5fcf2 Mon Sep 17 00:00:00 2001 From: Silke Maes Date: Thu, 10 Oct 2024 10:53:28 +0200 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0632db9..ef5de31 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ MACE is implemented in Python and uses [PyTorch](https://pytorch.org/), together --- ## Notes on installation - MACE is not available on ```pypi```, the package named ```mace``` is not this one. -- To use MACE, please clone the repo and install the required packages, see ```requirements.txt```. +- To use MACE, please clone the repo and install the required packages, see ```requirements.txt```: +``` +git clone https://github.com/silkemaes/MACE.git +``` ---