You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and then proceed to install `wptools` (included in step 5 above)
18
-
19
-
Note: After modifying any notebook content, please run the `./compile.sh` script to update the website or alternatively :
18
+
After modifying any notebook content, please run the `./compile.sh` script to update the website or alternatively :
20
19
- Run `jupyter nbconvert --output-dir='markdowns/' --to markdown notebooks/*.ipynb` from the root directory to generate the markdown files from jupyter notebooks, and
21
-
- Run `mkdocs build` to generate the build the website again.
20
+
- Run `mkdocs build` to generate the build the website again.
21
+
22
+
> Note : `wptools` might throw an error during installtion, in which case install other dependencies as :
23
+
```bash
24
+
sudo apt install libcurl4-openssl-dev libssl-dev
25
+
```
26
+
and then proceed to install `wptools` (included in step 5 above)
0 commit comments