Skip to content

Commit

Permalink
#10: Added build documentation instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysoev, Vladimir committed Dec 28, 2022
1 parent d5fa168 commit 17f4d61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ dmypy.json

# Pyre type checker
.pyre/
.DS_Store
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,17 @@ This library might be used to automate testing process with Xvbf and docker.

pyGATs depends on pyautogui, pytesseract, opencv and others. Please see section
dependencies in pyproject.toml file.


## How to test

```
python3 -m pytest
```

## Build documentation

```
cd docs
make html
```

0 comments on commit 17f4d61

Please sign in to comment.