auton-survival icon indicating copy to clipboard operation
auton-survival copied to clipboard

Update readme for new installation method

Open rvandewater opened this issue 7 months ago • 2 comments

The readme is out of date so I added the new installation method

rvandewater avatar Nov 08 '23 22:11 rvandewater

Hi @rvandewater, thanks for contributing to auton-survival 🙂 We definitely need to update the README!

We recently published 0.1.0 on PyPI https://pypi.org/project/auton-survival/. To install auton-survival you can simply install via pip: pip install auton-survival.

If you want to contribute changes to auton-survival itself, then indeed you need to clone the repo, install poetry with pip install poetry and install the dependencies with poetry install.

Regarding the switch from Python > 3.5 and PyTorch > 1 I'm not sure this isn't an oversight on my side. What do you think @chiragnagpal? Should we downgrade to keep compatibility?

matteo4diani avatar Nov 09 '23 14:11 matteo4diani

Thanks @matteo4diani; I added the pip install in the readme now as well.

rvandewater avatar Nov 20 '23 22:11 rvandewater