diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2021-12-06 12:13:21 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2021-12-06 12:13:21 +0100 |
| commit | d9953dcc09ce61e249e40857bbf5cb98e0bb1fbf (patch) | |
| tree | 7c297eafd2edb3b3e65165ab1603996dc6c1e4ab /wrappers/python/README.md | |
| parent | 282b04af8e296ff9d026a99accc2a324015e100c (diff) | |
Fix Python wrapper
Diffstat (limited to 'wrappers/python/README.md')
| -rw-r--r-- | wrappers/python/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/python/README.md b/wrappers/python/README.md index b849e62..6175910 100644 --- a/wrappers/python/README.md +++ b/wrappers/python/README.md @@ -13,13 +13,13 @@ First build the shared Go library. Next: Build wheel using library for current platform: ```shell -make +make pack ``` Build wheel using library for specified platform (passed to setuptools `--plat-name`): ```shell -make PLAT_NAME=win32 +make pack PLAT_NAME=win32 ``` To install the wheel, run: |
