Skip to main content

Installing PyTouch

Installation#

Installing PyTouch can be performed through the stable release channel via pip,

pip install pytouch --upgrade

or through the PyTouch GitHub repository via master branch,

git clone https://github.com/facebookresearch/PyTouch.git
cd PyTouch
pip install -r requirements.txt
python setup.py install

Acknowledgements#

We would like to thank and acknowledge iamwanghz@gmail.com for their support in the transfer of the PyTouch project on pip.