Skip to content

Commit

Permalink
adding back the glightbox dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldChung-HK authored Jan 22, 2025
1 parent e77f4f1 commit 6e75b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ This is a documentation site maintained by STFC Scientific Computing Department
## Get started
### To develop:
1. Install Python 3
2. Install `mkdocs-material`.
2. Install `mkdocs-material` and `mkdocs-glightbox`.
```
pip install mkdocs-material
pip install mkdocs-material mkdocs-glightbox
```
3. Clone this repository
4. `cd` into this repository and run `mkdocs serve` or `python3 -m mkdocs serve`(For Windows)
Expand Down

0 comments on commit 6e75b85

Please sign in to comment.