We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f1cb3 commit 419502eCopy full SHA for 419502e
README-sdk-dev.md
@@ -35,7 +35,7 @@ It is intended for BB2 team members or others performing SDK development work.
35
pip install --upgrade pip
36
37
# Update tools
38
- python3 -m pip install --upgrade pip setuptools wheel twine
+ python3 -m pip install --upgrade pip setuptools wheel twine build
39
```
40
41
## 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:
88
89
# From repository root directory:
90
rm -rf build/
91
- python setup.py bdist_wheel
+ python -m build --wheel
92
93
94
The resulting distribution files with be created in the `dist/` directory.
0 commit comments