From 34ec6877a60a9774476183bf90c6d0320341695b Mon Sep 17 00:00:00 2001 From: uw0s Date: Tue, 23 Apr 2024 12:54:57 +0300 Subject: [PATCH] Update README --- README | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/README b/README index a1ed379..cca2414 100644 --- a/README +++ b/README @@ -1,23 +1,28 @@ # MedDiSC +# Medical De-identification, Segmentation & Curation tool -# Requirements -POSIX Shell & Utilities -Git -Docker +# Installation requirements +# Python 3.10+ +# Microsoft Visual C++ Redistributable (for Windows) + +# Installation +pip install https://api.github.com/repos/valab-certh/meddisc/tarball/main#subdirectory=python + +# Usage +meddisc + +# Development requirements +# POSIX Shell & Utilities +# Git +# Docker # Download -git clone https://github.com/valab-certh/meddisc $HOME/github.com/valab-certh/meddisc -cd $HOME/github.com/valab-certh/meddisc +git clone git@github.com:valab-certh/meddisc ~/github.com/valab-certh/meddisc # Development +cd ~/github.com/valab-certh/meddisc/ cd python/ && make clean check all && cd .. # Staging +cd ~/github.com/valab-certh/meddisc/ cd python/ && make STAGING=1 - -# Installation -pip install https://api.github.com/repos/valab-certh/meddisc/tarball/main#subdirectory=python - -# Usage -meddisc -