We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9505b60 commit 59f0aaaCopy full SHA for 59f0aaa
docs/installation.md
@@ -49,7 +49,7 @@ Copy the pyjs binary from the environment to the deploy directory.
49
This should move pyjs_runtime_browser.js and pyjs_runtime_browser.wasm to the deployment directory.
50
51
```Bash
52
-cp /path/to/env/js_bin/pyjs/* /path/to/deploy
+cp /path/to/env/lib_js/pyjs/* /path/to/deploy
53
```
54
55
@@ -101,4 +101,4 @@ The last step is to create a html file that loads the pyjs runtime and the packe
101
<body>
102
<h1>Pyjs Example</h1>
103
</body>
104
-```
+```
0 commit comments