Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaymudholkar1 authored Sep 23, 2024
1 parent 0c4ed9b commit d12fe41
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Manage vaccinations in schools
[![Run MAVIS tests on TEST](https://github.com/NHSDigital/manage-vaccinations-in-schools-testing/actions/workflows/MAVIS_TEST.yml/badge.svg)](https://github.com/NHSDigital/manage-vaccinations-in-schools-testing/actions/workflows/MAVIS_TEST.yml)

## Introduction

Expand All @@ -13,25 +14,25 @@ This test pack requires Python 3.10 installed on the system or greater to run.
To execute the tests from your system, please follow the 4 easy steps below:

1. Clone the repo to any local folder

```console
git clone https://github.com/NHSDigital/manage-vaccinations-in-schools-testing.git
```

1. Create a virtual environment

```console
python -m venv .venv
```

1. Install all dependencies

```console
pip install -r requirements.txt
```

1. Create a .env file. Speak to a team member to get the contents of the .env file.

```console
cp .env.generic .env
```
Expand Down

0 comments on commit d12fe41

Please sign in to comment.