From ef14f42d01ee579b23b3704f07cc21a642cc3c14 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Wed, 22 Jan 2020 12:26:31 -0600 Subject: [PATCH] README.md: Fix URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff2258..b9da160 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installation The package is currently only available for Python+Pyomo, although a Julia+JuMP version is planned. It can be installed using `pip` as follows: ```bash -pip install git+git://github.com/iSoron/miplearn.git +pip install git+ssh://git@github.com/iSoron/miplearn.git ``` Usage