Closed showerst closed 2 years ago
Perhaps installing from master isn't desired -- if so feel free to close this issue.
I tried to clone master on this repo and do a pip install ./ and I got an error:
pip install ./
Collecting legistar@ https://github.com/opencivicdata/python-legistar-scraper/zipball/master (from civic-scraper==0.1.0) Exception: Traceback (most recent call last): ... removed for brevity ... raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/legistar/
Nevermind, I did it with pip install -r requirements.txt first and that worked.
Perhaps installing from master isn't desired -- if so feel free to close this issue.
I tried to clone master on this repo and do a
pip install ./
and I got an error: