"python/vscode:/vscode.git/clone" did not exist on "516738b0963de21e4f8ef04cd00d1f0da827816f"
Commit a721f413 authored by Ken Sodetz's avatar Ken Sodetz Committed by Toby Boyd
Browse files

Add code spans for python code for obtaining the python version. (#6527)

* Add code backticks for the code to obtain TensorFlow version (line 31)

* Add code backticks for the code to obtain TensorFlow version
parent d7789457
...@@ -28,7 +28,7 @@ https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh ...@@ -28,7 +28,7 @@ https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
You can obtain the TensorFlow version with You can obtain the TensorFlow version with
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)" `python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"`
### Describe the problem ### Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request. Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment