From 3365403814ad7beb88f3784b74807db236d6df58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Fr=C3=A9rot?= Date: Fri, 27 Dec 2024 18:45:42 +0100 Subject: [PATCH] added dependencies --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index de3ed9d..074be99 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,13 @@ management](https://git.dalembert.upmc.fr/lfrerot/good_simulation_practices/wiki lists tenets that must be respected when working with simulation code and scientific data. This repository provides scripts to help automatically enfore these tenets (as much as possible). + +## Dependencies + +The script `rtenets` requires: + +- bash +- git +- curl (optional, for web-based operations) +- jq (optional, for gitea API calls) +- python (optional, to setup dtool and snakemake)