Merge pull request #12 from thomasasfk/readme-small

Small update to README.md
pull/15/head
thomas 2023-03-20 21:45:47 +00:00 committed by GitHub
commit 2d3343c911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -40,15 +40,14 @@ Install via the extensions tab on the [AUTOMATIC1111 webui](https://github.com/A
Developed using existing [AUTOMATIC1111 webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) dependencies.
However - for running unit tests, we use pytest.
However - for running unit tests, we use pytest:
```bash
pip install pytest
```
## Testing:
- From the root of the repository run:
From the root of the repository run:
```bash
pytest
```