Skip to content

Commit

Permalink
Add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-gamelin committed Jul 6, 2024
1 parent dbbfcb4 commit aba8068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ This project provides a software security assessment tool using a data-driven ap
```
5. To make changes to the user interface, open the [main.ui](./ddssa/frontend/main.ui) in Qt Designer. To synchronize changes to the Python GUI file run `pyuic5 -o ./ddssa/frontend/main.py ./ddssa/frontend/main.ui`.
5. To run tests: `pytest`
6. To run tests: `pytest`
6. To make changes to the code, open the project's root directory in VSCode.
7. To make changes to the code, open the project's root directory in VSCode.

### Additional Tools

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ requests==2.32.3
requirements-parser==0.9.0
setup-cfg-fmt==2.5.0
setup-py-upgrade==1.3.1
setuptools==70.2.0
tomli==2.0.1

0 comments on commit aba8068

Please sign in to comment.