Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.2 KB

Git is my lab book

book license

These materials aim to support early- and mid-career researchers (EMCRs) in the SPECTRUM and SPARK networks to develop their computing skills, and to make effective use of available tools and infrastructure.

You can view this book online.

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Requirements

To build this book, you must have Material for MkDocs installed. For example:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Building the book

You can view this book in your browser by running the following commands in this directory:

source venv/bin/activate
mkdocs serve

This will automatically rebuild the book whenever you edit the contents.