You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Right now, installation includes installing the conda package for
rstfinderand then installing the PyPI package forpython-zpar. This is becausepython-zparis only available via PyPI. To make it easier for uses, we should either.rstfinderinstead of conda.conda.