Skip to content

Commit 419502e

Browse files
committed
update dev doc
1 parent 97f1cb3 commit 419502e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-sdk-dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It is intended for BB2 team members or others performing SDK development work.
3535
pip install --upgrade pip
3636

3737
# Update tools
38-
python3 -m pip install --upgrade pip setuptools wheel twine
38+
python3 -m pip install --upgrade pip setuptools wheel twine build
3939
```
4040
4141
## Developing the Blue Button 2.0 SDK (for BB2 team SDK developers)
@@ -88,7 +88,7 @@ To build the cms_bluebutton package do the following:
8888
```
8989
# From repository root directory:
9090
rm -rf build/
91-
python setup.py bdist_wheel
91+
python -m build --wheel
9292
```
9393
9494
The resulting distribution files with be created in the `dist/` directory.

0 commit comments

Comments
 (0)