From 0b3abed8be9b28cbbc075c9cdf93a727c9affe2d Mon Sep 17 00:00:00 2001 From: Edi Muskardin Date: Tue, 19 Sep 2023 10:09:06 +0200 Subject: [PATCH] update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 32e89abc..a0ccf9ba 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the lat ```bash pip install aalpy ``` -To install current version of the master branch. -It might contain bugfixes and added functionalities between releases. +To install current version of the master branch (it might contain bugfixes and added functionalities between releases): ```bash pip install https://github.com/DES-Lab/AALpy/archive/master.zip ```