barbrakr / CLF-python

Cortical Lesion Finder in Python (work in progress, not a medical tool)
GNU General Public License v3.0
1 stars 1 forks source link

update instructions for installation for Windows users [conda] #4

Open barbrakr opened 4 years ago

barbrakr commented 4 years ago

To install all requirements, do this: cd CLF-python

For conda installers: conda install --file requirements.txt

For pip installers: pip install -r requirements.txt