-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Right now, installation includes installing the conda package for rstfinder
and then installing the PyPI package for python-zpar
. This is because python-zpar
is only available via PyPI. To make it easier for uses, we should either.
- Make PyPI the primary method for distributing
rstfinder
instead of conda. - Remove the dependency on python-zpar (see change parser #53 ) and use another parser that's available via
conda
.