Skip to content

Commit 63f1151

Browse files
authored
update README to use python-build
1 parent b0d3679 commit 63f1151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ of the HasTraits instance.
157157
### Release build:
158158

159159
```bash
160-
$ pip install pep517
161-
$ python -m pep517.build .
160+
$ pip install build
161+
$ python -m build .
162162
```

0 commit comments

Comments
 (0)