mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-26 21:25:29 -04:00
8 lines
269 B
Bash
Executable file
8 lines
269 B
Bash
Executable file
#!/bin/bash
|
|
python3 -m pip install --user mkdocs
|
|
python3 -m pip install --user mkdocs-material
|
|
git clone https://github.com/cmitu/mkdocs-altlink-plugin
|
|
cd mkdocs-altlink-plugin
|
|
python3 -m pip install --user -e .
|
|
cd ..
|
|
python3 -m pip install --user python-markdown-math
|