wkentaro/fcn

How to install fcn in anaconda environment?

chenchr opened this issue · 2 comments

Thanks for providing the implementation. It is a dependency of fcn-pytorch and I use anaconda. The instruction only give pip installation guide. I want to know how to install in conda.

You can use pip in anaconda environment:

source activate <env>
pip install fcn

@wkentaro Thanks.