pnlbwh / pnlpipe

A Python-based framework for processing anatomical (T1, T2) and diffusion weighted images
Other
12 stars 8 forks source link

Redundant suggestion removal #8

Closed tashrifbillah closed 6 years ago

tashrifbillah commented 6 years ago

Since we are using the command conda activate pnlpipe3 can we remove the line @echo "Now run 'source activate pnlpipe'" from python_env/Makefile

    @echo "Adding conda-forge to default conda channels"
    conda config --add channels conda-forge
    conda env create -f $<
    @echo "Now run 'source activate pnlpipe'"
ihnorton commented 6 years ago

Good point, please remove (as you mentioned here: conda prints the instructions already).