Skip to content

Commit

Permalink
Update scripts/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: JojoVes <[email protected]>
  • Loading branch information
chrismacdonaldw and JojoVes authored Apr 29, 2024
1 parent 604a5a5 commit 2f0d97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f0d97e

Please sign in to comment.