From 2f0d97e4dc9b267f7655e38514510a04804af277 Mon Sep 17 00:00:00 2001 From: Chris MacDonald <31731869+chrismacdonaldw@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:44:28 -0300 Subject: [PATCH] Update scripts/README.md Co-authored-by: JojoVes --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index afbe2c9..1e25837 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -8,7 +8,7 @@ Tools to analyse and export metadata from an FCREPO3 instance using Python scrip * [Usage](#usage) ## Setup -These tools are designed to be run with a Python environment. Ensure Python 3.6 or higher is installed on your system. You will need to set up a Python virtual environment and install the required packages: +These tools are designed to be run with a Python environment. Ensure Python 3.6 or higher is installed on your system; you can check the version with `python3 --version`. You will need to set up a Python virtual environment and install the required packages; this can be done using these command within this 'scripts' directory: ```bash python3 -m venv venv