From 3a162c2947a37a8e8fa86c532134c63e22c0f4f0 Mon Sep 17 00:00:00 2001 From: Sahil Raja <56438860+Sahil590@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:27:40 +0100 Subject: [PATCH] Update README.md Poetry install instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5290179..a7fe582 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ This repository contains blogs by the [central RSE team](https://www.imperial.ac - Make sure you have [poetry](https://python-poetry.org/docs/#installation) installed. - Clone the repository locally (`git clone https://github.com/ImperialCollegeLondon/RSEBlog.git`). +- Add dependencies `poetry install` - Create a `.md` file for your blog in the `docs/posts` folder and add the blog content to it. - Any images should be added to `docs/posts/images/`. - Add all the relevant metadata (for example, `date`, `authors`, `categories`, `tags`).