summaryrefslogtreecommitdiff
path: root/wrappers/python/README.md
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-12-06 12:13:21 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-12-06 12:13:21 +0100
commitd9953dcc09ce61e249e40857bbf5cb98e0bb1fbf (patch)
tree7c297eafd2edb3b3e65165ab1603996dc6c1e4ab /wrappers/python/README.md
parent282b04af8e296ff9d026a99accc2a324015e100c (diff)
Fix Python wrapper
Diffstat (limited to 'wrappers/python/README.md')
-rw-r--r--wrappers/python/README.md4
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: