Installing coral_pytorch
Requirements
Coral-pytorch requires the following software and packages:
PyPI
You can install the latest stable release of coral_pytorch
directly from Python's package index via pip
by executing the following code from your command line:
pip install coral_pytorch
Latest GitHub Source Code
You want to try out the latest features before they go live on PyPI? Install the coral_pytorch
dev-version latest development version from the GitHub repository by executing
pip install git+git://github.com/rasbt/coral_pytorch.git
Alternatively, you download the package manually from GitHub via the Dowload ZIP button, unzip it, navigate into the package directory, and execute the following command:
python setup.py install