Add dependencies section to README.md

pull/11/head
544146 2023-03-20 21:44:04 +00:00
parent 40fd47ffb3
commit d3a3a43854
1 changed files with 11 additions and 2 deletions

View File

@ -36,10 +36,19 @@ Install via the extensions tab on the [AUTOMATIC1111 webui](https://github.com/A
- Write tests if possible and useful
- Run pre-commit
## Dependencies:
Developed using existing [AUTOMATIC1111 webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) dependencies.
However - for running unit tests, we use pytest.
```bash
pip install pytest
```
## Testing:
- From the root of the repository run:
```
pip install pytest
```bash
pytest
```