summaryrefslogtreecommitdiff
path: root/wrappers/python/README.md
diff options
context:
space:
mode:
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: