From 271b43231cfe41fe668c77cec81b64a4eed4f950 Mon Sep 17 00:00:00 2001 From: Revision0 Date: Tue, 24 Sep 2024 15:39:47 -0700 Subject: [PATCH] added mac commands for setting things up --- installdependencies_mac.sh | 7 +++++++ runlocal_mac.sh | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 installdependencies_mac.sh create mode 100644 runlocal_mac.sh diff --git a/installdependencies_mac.sh b/installdependencies_mac.sh new file mode 100644 index 00000000..80e007ee --- /dev/null +++ b/installdependencies_mac.sh @@ -0,0 +1,7 @@ +source venv/bin/activate +pip install mkdocs-material +pip install mkdocs-glightbox +pip install mkdocs-git-revision-date-localized-plugin +pip install pymdown-extensions pyyaml +pip install mkdocs-git-committers-plugin-2 +pip install "mkdocs-material[imaging]" \ No newline at end of file diff --git a/runlocal_mac.sh b/runlocal_mac.sh new file mode 100644 index 00000000..ee11e496 --- /dev/null +++ b/runlocal_mac.sh @@ -0,0 +1,2 @@ +source venv/bin/activate +mkdocs serve \ No newline at end of file