ome / omero-figure

An OMERO.web app for creating Figures from images in OMERO
http://figure.openmicroscopy.org
GNU Affero General Public License v3.0
15 stars 30 forks source link

README says pip install reportlab and markdown #355

Closed will-moore closed 4 years ago

will-moore commented 4 years ago

See https://forum.image.sc/t/omero-python-3-5-6-milestone-for-upgrade-testing/32120/5 and https://github.com/ome/omero-figure/pull/343/commits/de4baa608635793647f6962c6936eb92a6fe45bc

Previously we could install reportlab on CentOS with yum install python-reportlab but that doesn't target the virtualenv that we now use with py3.

See README "staged" at https://github.com/will-moore/figure/tree/pip_install_markdown_README

jburel commented 4 years ago

replace bin/omero by omero

pwalczysko commented 4 years ago

travis failed

jburel commented 4 years ago
./test/integration/script.py:80:26: E211 whitespace before '('
will-moore commented 4 years ago

I am fixing travis in https://github.com/ome/omero-figure/pull/356 first since it is broken in master branch. Once that is merged then other PRs should be good.

jburel commented 4 years ago

One small comment then ready to be merged