Skip to content

Commit 256961e

Browse files
author
beville
committed
readme updates
1 parent 5b426cd commit 256961e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@ ComicStreamer is very early ALPHA stages, and may be very flakey, eating up memo
2222
* sqlalchemy >= 0.9
2323
* watchdog
2424
* python-dateutil
25-
* PIL
25+
* pillow (PIL fork)
2626
* configobj >= 5.0.5
27-
28-
(Note: on some ubuntu releases it may be better to get PIL from ubuntu apt package "python-imaging", rather than via pip)
27+
2928

3029
------
3130
#### Installation
3231

3332
Just unzip somewhere.
3433

35-
(Eventually, there will be native build packages for Mac OS and Windows)
34+
(Eventually, there will be native build packages for Mac OS and Windows, as well as setup.py)
3635

3736
Settings, database, and logs are kept in the user folder:
3837

@@ -45,10 +44,10 @@ Settings, database, and logs are kept in the user folder:
4544

4645
Just run "comicstreamer" in the base folder (on windows you may want to rename it comicstreamer.py)
4746

48-
A web browser should automatically open to "http://localhost:8888"
47+
A web browser should automatically open to "http://localhost:32500"
4948

5049
Some tips:
5150

52-
* Use "--help" option to list options
51+
* Use "--help" option to list command-line options
5352
* Use the "config" page to set the comic folders, and the "control" page to restart the server
5453
* Use the "--reset" option to wipe the database

0 commit comments

Comments
 (0)