Skip to content

Commit

Permalink
added mac commands for setting things up
Browse files Browse the repository at this point in the history
  • Loading branch information
Revision-0 committed Sep 24, 2024
1 parent 755845e commit 271b432
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions installdependencies_mac.sh
Original file line number Diff line number Diff line change
@@ -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]"
2 changes: 2 additions & 0 deletions runlocal_mac.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source venv/bin/activate
mkdocs serve

0 comments on commit 271b432

Please sign in to comment.