Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
uw0s committed Apr 23, 2024
1 parent df6f6d2 commit 34ec687
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions README
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34ec687

Please sign in to comment.