Ver Fonte

Update README.md

Miroslav Abrahám há 5 meses atrás
pai
commit
61aae98f86
1 ficheiros alterados com 18 adições e 1 exclusões
  1. 18 1
      README.md

+ 18 - 1
README.md

@@ -129,6 +129,8 @@ Here as well, you are able to provide a custom duration: `runAllZones(600)` (for
 
 In order to install the development environment, please run the following code:
 
+### Linux
+
 ```bash
 python -m venv distro/python-linux
 source distro/python-linux/bin/activate
@@ -142,7 +144,22 @@ npm install -D @types/node@18.16.8 rimraf@5.0.0 typescript@5.0.4
 deactivate_node
 ```
 
-Then to build run
+### Windows
+
+```cmd
+python -m venv distro/python-windows
+distro\python-windows\Scripts\activate.bat
+pip install nodeenv
+nodeenv --node=16.0.0 --npm=8.1.0 --with-npm distro\nodejs-windows
+distro\python-windows\Scripts\deactivate.bat
+
+distro\nodejs-windows\Scripts\activate.bat
+npm install axios@1.4.0
+npm install -D @types/node@18.16.8 rimraf@5.0.0 typescript@5.0.4
+distro\nodejs-windows\Scripts\deactivate.bat
+```
+
+Then to build the module run
 ```
 npm run build
 ```