sct-pipeline / csa-atrophy

Evaluate the sensitivity of atrophy detection with SCT
https://csa-atrophy.readthedocs.io/
MIT License
1 stars 0 forks source link

Python requirements #17

Closed PaulBautin closed 4 years ago

PaulBautin commented 4 years ago

Adding instructions to README on how to install missing python packages for project. Maybe this should evolve towards python virtual environment. What do you think @jcohenadad?

DONE: -Add instructions to run requirements file

jcohenadad commented 4 years ago

Maybe this should evolve towards python virtual environment

agreed

UPDATE: actually, scrap that. Let's keep it simple. People using your script will know how to install a venv, so no need to be explicit here. we can keep it the way it is

PaulBautin commented 4 years ago

Python package requirements can be downloaded using command pip install -r requirements.txt. PR can be closed, README instructions for installation have been updated.