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 9880e43 commit 3444352Copy full SHA for 3444352
README.md
@@ -11,8 +11,8 @@ Here we assume a file `main.py` located at `~/foo/bar/main.py`.
11
12
```bash
13
# run with node
14
-pyjs_code_runner run script \
15
- node \
+pyjs_code_runner run script \
+ node \
16
--conda-env ~/micromamba/envs/my_env `# the emscripten-forge env` \
17
`# in which to run the code` \
18
\
0 commit comments