Skip to content

Commit

Permalink
Add requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobegit3hub committed Nov 11, 2018
1 parent 7bfebd3 commit b57a3b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,16 @@ Install with `docker`.
docker run -it -v /:/host tobegit3hub/tfmodel bash
```

Install from source.

```bash
git clone https://github.com/tobegit3hub/tfmodel

cd ./tfmodel

python ./setup.py install
```

## Usage

### Validate Model
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,11 +27,11 @@

setup(
name="tensorflow-model",
version="0.1.0",
version="0.1.1",
author="tobe",
author_email="tobeg3oogle@gmail.com",
url="https://github.com/tobegit3hub/tfmodel",
install_requires=["tensorflow"],
install_requires=["coloredlogs", "prettytable", "tensorflow"],
description="Command-line tool to inspect TensorFlow models",
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit b57a3b7

Please sign in to comment.