From 7386bae4ed7ea06113a4e708989309ad1e5a31a1 Mon Sep 17 00:00:00 2001 From: lluni Date: Fri, 9 Dec 2022 00:10:40 +0100 Subject: [PATCH] Added prerequisites in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0d9d34f..25cda5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Reddit Mastodon Crossposter +## Prerequisites + +- Python 3 +- conda/mamba + ## Usage 1. Install conda env with `conda env create -f environment.yml`.