Skip to content

Commit 4b331cc

Browse files
committed
Update channels in docs
1 parent 9505b60 commit 4b331cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ and all packages required for the project.
2424
```yaml
2525
name: my-pyjs-env
2626
channels:
27-
- https://repo.mamba.pm/emscripten-forge
28-
- conda-forge
27+
- https://repo.prefix.dev/emscripten-forge-dev
28+
- https://repo.prefix.dev/conda-forge
2929
dependencies:
3030
- pyjs
3131
- numpy
@@ -101,4 +101,4 @@ The last step is to create a html file that loads the pyjs runtime and the packe
101101
<body>
102102
<h1>Pyjs Example</h1>
103103
</body>
104-
```
104+
```

0 commit comments

Comments
 (0)