MMdnn icon indicating copy to clipboard operation
MMdnn copied to clipboard

I don't find install from source guidance, Maybe we should add guidance for this?

Open cookieli opened this issue 5 years ago • 1 comments

Such like this:https://nni.readthedocs.io/en/latest/Tutorial/InstallationLinux.html#install-nni-through-source-code

cookieli avatar Sep 15 '20 03:09 cookieli

You probably can do the following:

git clone https://github.com/microsoft/MMdnn
cd MMdnn
python setup.py install

JiahaoYao avatar Oct 10 '20 05:10 JiahaoYao