This commit is contained in:
Peter W
2022-08-23 17:06:19 -05:00
committed by GitHub
parent fa7a97ca30
commit 56466c2a00

View File

@@ -58,7 +58,7 @@ If you have questions about the project, using PyScript, or anything else, pleas
``` ```
       **NOTE**: If `make setup` gives a node/npm version required error then go to [troubleshooting](https://github.com/pyscript/pyscript/blob/main/TROUBLESHOOTING.md)        **NOTE**: If `make setup` gives a node/npm version required error then go to [troubleshooting](https://github.com/pyscript/pyscript/blob/main/TROUBLESHOOTING.md)
* You can also run the examples localy by running the command below in your terminal * You can also run the examples locally by running the command below in your terminal
``` ```
make examples make examples
``` ```