complete install guide (#1140)

This commit is contained in:
Mariana Meireles
2023-01-31 08:18:58 -08:00
committed by GitHub
parent 247745b7e7
commit 46150f9b80

View File

@@ -20,7 +20,7 @@ git remote add upstream git@github.com:pyscript/pyscript.git
cd pyscript/pyscriptjs
```
* Install the dependencies with the command below (you must have node >=16)
* Install the dependencies with the command below (you must have `nodejs` >=16 and `make`)
```
make setup