Skip to content

Commit

Permalink
Added makefile information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matteing committed May 21, 2016
1 parent ad15b9b commit ee98cca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Small wrapper for the iTunes API; mostly for fetching album covers. **Will soon
**Docs need to be done, I know. Been busy.**

## Install
The install process is currently screwed, as I am new to Python and don't understand packaging very well. It seems complicated. Will fix. Meanwhile, import the file manually.
`pip install coverpy`
For development installs:
`make install`

## Testing
`make test`
Will run unit and coverage tests.

## Usage
Usage is very simple:
Expand Down

0 comments on commit ee98cca

Please sign in to comment.