Skip to content

Commit e5ca137

Browse files
committed
DO NOT MERGE Update README for rebrand
1 parent f71d44a commit e5ca137

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ To install, use `pip`
2424
pip install --upgrade acd-sdk
2525
```
2626

27+
## Migrating from version 1.x.x
28+
29+
The 2.0 release of the Annotator for Clinical Data SDK introduces a Python package name change from `ibm_whcs_sdk` to 'acd_sdk`. For the migration from 1.x.x:
30+
31+
1. After running `pip install --upgrade acd-sdk`, confirm that you have version 2.0 installed by running `pip show acd-sdk`.
32+
2. In your application files that have a dependency on `acd-sdk`, update any import declarations from `ibm_whcs_sdk` to `acd_sdk`.
33+
2734
## Using the SDK
2835
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)
2936

0 commit comments

Comments
 (0)