Skip to content

Commit 5e89071

Browse files
committed
documentation changes
1 parent 1033d3b commit 5e89071

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README-bb2-dev.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,17 @@ The overall goals are to:
101101
102102
### Run a local version of sample client that consumes a local version of the SDK
103103
104-
Ensure that in bluebutton-sample-client-python-react/server/Dockerfile, uncomment the following line. Replace the version number (1.0.4 in the example) of the .whl file with what has been generated from the previous build command.
104+
Ensure that in bluebutton-sample-client-python-react/server/Dockerfile, comment out this block to not use the currently published SDK:
105+
106+
```
107+
RUN if [ "$BUILD_DEVELOPMENT" = "True" ]; then \
108+
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ cms-bluebutton-sdk; \
109+
else \
110+
pip install cms-bluebutton-sdk; \
111+
fi
112+
```
113+
114+
then uncomment the following line. Replace the version number (1.0.4 in the example) of the .whl file with what has been generated from the previous build command.
105115
106116
```
107117
RUN pip install cms_bluebutton_sdk-1.0.4-py3-none-any.whl

0 commit comments

Comments
 (0)