-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|