You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,30 @@ This command runs a recent pyth-client docker image that already has the necessa
44
44
Therefore, once the container is running, all you have to do is run `cd pyth-client && ./scripts/build.sh`.
45
45
Note that updates to the `pyth-client` directory made inside the docker container will be persisted to the host filesystem (which is probably desirable).
46
46
47
+
### Local development
48
+
49
+
First, make sure you're building on the x86_64 architecture.
50
+
On a mac, this command will switch your shell to x86_64:
0 commit comments