From a8aa8131233ae617ca60678f608d77046f2ac2a2 Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:03:56 +0100 Subject: [PATCH] Update README.md with easier installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d6e1ca..a656f61 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ python main_pl.py dataset=mnist D=3 I=10 R=1 S=10 lr=0.1 dist=binomial epochs=10 ## Installation ```shell -git clone git@github.com:braun-steven/simple-einet.git -cd simple-einet -pip install . +pip install git+https://github.com/braun-steven/simple-einet # Or if you plan to edit the files after installation: +git clone git@github.com:braun-steven/simple-einet.git +cd simple-einet pip install -e . ```