@@ -23,7 +23,6 @@ See the [TensorFlow install guide](https://www.tensorflow.org/install/pip) to
2323set up your Python development environment and an (optional) virtual environment.
2424
2525Upgrade ` pip ` and install TensorFlow
26-
2726<!-- common_typos_disable -->
2827<pre class =" devsite-click-to-copy " >
2928 <code class =" devsite-terminal " >pip3 install --upgrade pip</code >
@@ -58,7 +57,6 @@ The following steps are tested for Ubuntu-like systems.
5857### 1. Set up a Python 3 development environment
5958
6059First we need the Python 3.10 development tools.
61-
6260<!-- common_typos_disable -->
6361<pre class =" devsite-click-to-copy " >
6462 <code class =" devsite-terminal " >sudo apt update</code >
@@ -71,7 +69,6 @@ First we need the Python 3.10 development tools.
7169### 2. Create a virtual environment
7270
7371Go to your workspace directory and make a virtual environment for TFQ development.
74-
7572<!-- common_typos_disable -->
7673<pre class =" devsite-click-to-copy " >
7774 <code class =" devsite-terminal " >python3.10 -m venv quantum_env</code >
@@ -89,8 +86,8 @@ As noted in the TensorFlow
8986guide, the <a href =" https://bazel.build/ " class =" external " >Bazel</a >
9087build system will be required.
9188
92- Our latest source builds use TensorFlow 2.16.2. To ensure compatibility we use ` bazel ` version 6.5.0. To remove any existing version of Bazel:
93-
89+ Our latest source builds use TensorFlow 2.16.2. To ensure compatibility we use
90+ ` bazel ` version 6.5.0. To remove any existing version of Bazel:
9491<!-- common_typos_disable -->
9592<pre class =" devsite-click-to-copy " >
9693 <code class =" devsite-terminal " >sudo apt-get remove bazel</code >
@@ -237,4 +234,5 @@ To confirm that TensorFlow Quantum has successfully been installed, you can run
237234</pre >
238235<!-- common_typos_enable -->
239236
237+
240238Success: TensorFlow Quantum is now installed.
0 commit comments