From 569aa581232bf4d80cf96011c407bd70b06ab5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20B=C5=82aszczyk?= <20283462+jamebs@users.noreply.github.com> Date: Tue, 23 Mar 2021 16:05:51 +0000 Subject: [PATCH] Update README installation section --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c49f89c..2924bed 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,15 @@ ## Installation +###### pip +``` +pip install magda +``` + ###### From the repository ```bash pip install https://github.com/NeuroSYS-pl/magda/archive/main.zip ``` -*More options will be available soon.* - ## License [Apache-2.0 License](LICENSE)