Edid readme
This commit is contained in:
parent
2940c50579
commit
3ff80ca807
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -4,7 +4,13 @@
|
|||
|
||||
### REQUIREMENTS ###
|
||||
Python Pillow module - install with:
|
||||
```console pip install Pillow ``` (requires python-pip)
|
||||
```console
|
||||
pip install Pillow
|
||||
```
|
||||
(requires python-pip)
|
||||
|
||||
### USAGE ###
|
||||
```console python ascii.py [image path]```
|
||||
```console
|
||||
python ascii.py [image path]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue