Skip to content

Commit

Permalink
Merge pull request #134 from AmsterdamUMC/main
Browse files Browse the repository at this point in the history
Bundled dependencies and added missing dependency
  • Loading branch information
martijnkersloot authored Aug 5, 2024
2 parents f4c36f4 + 9636cbe commit 8c0f9c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,18 @@ https://elixir-europe-training.github.io/ELIXIR-TrP-LessonTemplateInstructions-M

This website is generated with [MkDocs](https://www.mkdocs.org/), with the theme [Material](https://squidfunk.github.io/mkdocs-material/).

To host it locally, install MkDocs:
```bash
pip3 install mkdocs
```
To host it locally, clone this repository to your local computer. Install the required dependencies by runnning:

and Material with some plugins:
```bash
pip3 install mkdocs-material mkdocs-bibtex neoteroi-mkdocs mkdocs-video mkdocs-include-markdown-plugin mkdocs-markdownextradata-plugin mkdocs-macros-plugin
pip install -r requirements.txt
```

Clone this repository to your local computer. Then, make the repository your current directory and type:
Next, you can launch the website by making the repository your current directory and typing:

```bash
mkdocs serve
```

To host it locally.

Check it out with your browser at [http://localhost:8000/](http://localhost:8000/).


Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
mkdocs
mkdocs-material
mkdocs-bibtex
neoteroi-mkdocs
mkdocs-video
mkdocs-include-markdown-plugin
mkdocs-markdownextradata-plugin
mkdocs-macros-plugin
mkdocs-site-urls

0 comments on commit 8c0f9c5

Please sign in to comment.