tf_trt_models icon indicating copy to clipboard operation
tf_trt_models copied to clipboard

More flexible installation script

Open cosama opened this issue 6 years ago • 0 comments

Just a small tweak which will allow a user to perform a custom installation such as:

  • sudo ./install.sh
  • ./install.sh
  • ./install.sh /usr/bin/python3
  • ./install.sh --user
  • ./install.sh develop

And any combination of the above.

cosama avatar Oct 02 '18 17:10 cosama