tensorflow / model-analysis

Model analysis tools for TensorFlow
Apache License 2.0
1.26k stars 276 forks source link

Changed pip install lines to enable copy to clipboard #143

Open jaymessina3 opened 3 years ago

jaymessina3 commented 3 years ago

I changed the "pip install" lines from <pre class="devsite-terminal devsite-click-to-copy"> "pip install..." </pre> to ```Shell "pip install..." ``` so a user can now easily copy the commands to their terminal window.

jaymessina3 commented 3 years ago

@dhruvesh09 do you have some time to take a look at this?