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 4b331ccCopy full SHA for 4b331cc
docs/installation.md
@@ -24,8 +24,8 @@ and all packages required for the project.
24
```yaml
25
name: my-pyjs-env
26
channels:
27
- - https://repo.mamba.pm/emscripten-forge
28
- - conda-forge
+ - https://repo.prefix.dev/emscripten-forge-dev
+ - https://repo.prefix.dev/conda-forge
29
dependencies:
30
- pyjs
31
- numpy
@@ -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