How can I add the pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html
to a requirements.txt
?
I tried setting the version to the link as well as just adding the link and both are apparently incorrect
Edit: Won't let me add any more comments, but yeah I was trying to use the requirements file for a virtualenvwrapper environment. Wanted to pip3.6 freeze
and copy over my brew python3.6 libs to a virtual env.