|
|
@@ -131,7 +131,7 @@ In order to install the development environment, please run the following code:
|
|
|
|
|
|
### Linux
|
|
|
|
|
|
-```bash
|
|
|
+```sh
|
|
|
python -m venv distro/python-linux
|
|
|
source distro/python-linux/bin/activate
|
|
|
pip install nodeenv
|
|
|
@@ -146,7 +146,7 @@ deactivate_node
|
|
|
|
|
|
### Windows
|
|
|
|
|
|
-```cmd
|
|
|
+```bat
|
|
|
python -m venv distro/python-windows
|
|
|
distro\python-windows\Scripts\activate.bat
|
|
|
pip install nodeenv
|