James R. Barlow
d23291650a
Remove duplicate line from documentation
2016-02-16 14:30:15 -08:00
James R. Barlow
a87aa71d85
Remove old documentation about Pillow not linking jpeg, zlib
...
As of Pillow 3.0.0 this is fixed, so make Pillow 3 a requirement
2016-02-16 14:29:31 -08:00
James R. Barlow
33b88b18db
Update the notes
2016-02-15 14:03:59 -08:00
jbarlow83
93bec22f9c
README: mention polyglot, fix container vs image
2016-02-07 00:32:20 -08:00
James R. Barlow
1aae11714b
Update release notes for v3.2
2016-02-04 23:41:33 -08:00
James R. Barlow
52e8aa434f
Update release notes for v3.2-rc1
2016-01-19 16:49:49 -08:00
jbarlow83
b1769cbe18
README: El Capitan supported now, Py3.5 supported
2015-11-26 16:31:33 -08:00
James R. Barlow
19c3097483
Update notes
2015-09-13 17:51:18 -07:00
James R. Barlow
09afd8d25d
Move to my repo: github.com/fritz-hh => jbarlow83
...
I made several efforts to contact fritz but he is no longer
communicating, and to set up Github integrations with Docker and Travis
CI I need admin access. Which I don't have. So I'm moving it to my own
and aiming the old one at me.
2015-09-05 01:14:54 -07:00
jbarlow83
e0a25494ee
Explain the need for multi core, etc
2015-08-22 13:34:42 -07:00
jbarlow83
d9161a6ddb
Update README: docker run instructions
2015-08-22 01:50:13 -07:00
jbarlow83
f8d66768e3
Update README with docker install instructions
2015-08-22 01:33:12 -07:00
James R. Barlow
ef17b669fe
README needs ghostscript
2015-08-18 03:27:39 -07:00
James R. Barlow
2dff3e07ce
Drop libxml2 dependency
...
It seems that Python's internal XML parser is good enough to do the job.
2015-08-17 15:26:07 -07:00
jbarlow83
0d5104049a
Update README with better install instructions
2015-08-16 01:28:28 -07:00
James R. Barlow
ce8fa69785
Update readme
2015-08-16 00:59:57 -07:00
James R. Barlow
73c5c48f79
Update notes
2015-08-13 23:08:29 -07:00
jbarlow83
3d6264e1b8
Fix formatting of 'motivation'
2015-07-28 17:58:26 -07:00
jbarlow83
1c25270503
Improve instructions for users that need sudo or venv
2015-07-28 17:55:56 -07:00
jbarlow83
6e6f918630
Actually link the release notes
2015-07-28 12:21:57 -07:00
jbarlow83
4633812246
Fix git clone command with one I tested ;)
2015-07-28 12:20:09 -07:00
jbarlow83
14bd1555aa
Update README with more detailed instructions
2015-07-28 12:15:37 -07:00
James R. Barlow
b9d7687fa0
Fixes: clarify install instructions and reactivate external program checks
2015-07-28 05:44:15 -07:00
James R. Barlow
6a160d22fe
Update release notes, add copyrights
2015-07-28 04:36:58 -07:00
James R. Barlow
b98ba8d174
Replace .md with .rst
...
Github supports both, and PyPI expects .rst files, so use .rst and make
everyone happy.
Auto-converted using pandoc
find . -name '*.md' | parallel pandoc --from=markdown --to=rst --output='{.}.rst' '{}'
http://bfroehle.com/2013/04/26/converting-md-to-rst/
2015-07-26 03:01:18 -07:00