Skip to content

Commit

Permalink
Merge pull request kozmer#27 from dolby360/use_req_file
Browse files Browse the repository at this point in the history
Use a proper requirements file
  • Loading branch information
kozmer authored Dec 17, 2021
2 parents 9ff7ce8 + 262bbe8 commit b413b65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ As a PoC we have created a python file that automates the process.


#### Requirements:
The following python packages are required by poc.py
* `colorama`
* `argparse`

```bash
pip install -r requirements.txt
```
#### Usage:


Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
colorama
argparse

0 comments on commit b413b65

Please sign in to comment.