Skip to content

Commit

Permalink
πŸ“ updated installation steps in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Jan 19, 2024
1 parent 11f725c commit 18756c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,4 @@ trivy image --format json -o results.json --scanners=vuln --severity=CRITICAL --

```bash
pip install trivy-streamlit
```

### πŸͺ‡ Installing Streamlit

https://docs.streamlit.io/get-started/installation

```bash
pip install streamlit
```

### πŸƒ Running Streamlit

```bash
streamlit run trivy-ui.py
```
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='trivy-streamlit',
version='0.2',
version='0.3',
packages=find_packages(),
install_requires=[
'streamlit',
Expand Down

0 comments on commit 18756c2

Please sign in to comment.