Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rysuds committed Jun 8, 2020
1 parent cfe75e0 commit 17e034e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
A CLI tool for extracting sprites from spritesheets!

## Setup
This will install all required packages and create the cli command for use
#### Dependencies
```
- numpy
- scikit-image
- scipy
- fire
- matplotlib
```

#### Installation
The following will install all dependencies and create the CLI command
```
python setup.py install
```
Expand Down

0 comments on commit 17e034e

Please sign in to comment.