From 1369dd87efce456e2c2c3caf7e8e4f123c529695 Mon Sep 17 00:00:00 2001 From: Daisie Huang Date: Thu, 14 Dec 2023 10:44:20 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d49de61..17868c8 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ Specifically, this code was designed to convert clinical data for the MOHCCN pro ## Using clinical_etl as a package You can import this module as a package by including the following in your `requirements.txt`: ``` -clinical_etl@git+https://github.com/CanDIG/clinical_ETL_code.git@main +clinical_etl@git+https://github.com/CanDIG/clinical_ETL_code.git@stable ``` +If you need the latest version, you can replace `stable` with `develop`. ## CSVConvert Most of the heavy lifting is done in the [`CSVConvert.py`](CSVConvert.py) script. See sections below for setting up the inputs and running the script.