mirror of
https://github.com/thomasasfk/sd-webui-aspect-ratio-helper.git
synced 2026-04-20 22:38:59 +00:00
Merge pull request #11 from thomasasfk/readme-dependencies
Add dependencies section to README.md
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user