Suggestion: Installation by conda install command
henrych4 opened this issue · 5 comments
henrych4 commented
Thanks for creating the module. However, it seems that we cannot install it in conda environment. Will it be supported later? Thank you.
szagoruyko commented
what do you mean? you can install it with:
pip install git+https://github.com/pytorch/tnt
henrych4 commented
It will be more convenient for those without permission. conda install does not require permission while pip install does.
soumith commented
pip install in a conda environment does not require permission
henrych4 commented
Thanks, I am able to use it now.