mrghg / agage-archive

Code for producing AGAGE archival files
MIT License
3 stars 0 forks source link

Installing with pip #73

Closed joe-pitt closed 2 months ago

joe-pitt commented 2 months ago

The README says you can install using: pip install --no-build-isolation --no-deps -e .

This gives: ERROR: file:///user/home/zh21490/agage-archive does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

I think we need these files to install in this way

mrghg commented 2 months ago

Fixed in #82