Commit 3005b65 1 parent 9af008f commit 3005b65 Copy full SHA for 3005b65
File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,13 @@ can do something along the lines of:
52
52
``` bash
53
53
git clone git@github.com:equinor/webviz-config.git
54
54
cd ./webviz-config
55
- npm ci --ignore-scripts && npm run postinstall
55
+ npm ci --ignore-scripts
56
+ # NOTE: If you are on Windows, make sure to first set `npm`'s default `script-shell` to `powershell` by running
57
+ # npm config set script-shell powershell
58
+ npm run postinstall
56
59
pip install -e .
57
60
```
58
61
59
- NOTE: If you are on Windows, make sure to first set ` npm ` 's default ` script-shell ` to ` powershell ` .
60
- ```
61
- npm config set script-shell powershell
62
- ```
63
-
64
62
After installation, there is a console script named ` webviz ` available. You can test the
65
63
installation by using the provided example configuration file,
66
64
``` bash
You can’t perform that action at this time.
0 commit comments