Skip to content

Commit

Permalink
Updated install docs to removed pip version pinning requirement (#3693)
Browse files Browse the repository at this point in the history
Signed-off-by: Bharath Ramaswamy <[email protected]>
  • Loading branch information
quic-bharathr authored Dec 23, 2024
1 parent ea061ea commit 5be66a8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 29 deletions.
6 changes: 0 additions & 6 deletions Docs/install/basic_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ to all frameworks variants.
apt-get install liblapacke
Install a compatible version of pip. The latest version is *not* compatible with our wheel packages.

.. code-block:: bash
python3 -m pip install pip==24.0
Choose and install a package
============================

Expand Down
3 changes: 0 additions & 3 deletions Docs/install/install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ Releases are listed at: https://github.com/quic/aimet/releases

.. code-block:: bash
# Install a compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name} ${find_pkg_url_str}
Expand Down
9 changes: 0 additions & 9 deletions Docs/install/install_host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ For example, "|version|". Releases are listed at: https://github.com/quic/aimet/

.. code-block:: bash
# Install an compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name} ${find_pkg_url_str}
Expand Down Expand Up @@ -214,9 +211,6 @@ For example, "|version|". Releases are listed at: https://github.com/quic/aimet/

.. code-block:: bash
# Install an compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name}
Expand Down Expand Up @@ -293,9 +287,6 @@ For example, "|version|". Releases are listed at: https://github.com/quic/aimet/

.. code-block:: bash

# Install an compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0

# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name}

Expand Down
5 changes: 0 additions & 5 deletions Docs/legacy/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ Ensure that you have these prerequisite packages installed:
apt-get install liblapacke libpython3-dev
Install a compatible version of pip. The latest version is *not* compatible with our wheel packages.

.. code-block:: bash
python3 -m pip install pip==24.0
Choose and install a package
----------------------------
Expand Down
3 changes: 0 additions & 3 deletions Docs/legacy/install/install_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,6 @@ https://github.com/quic/aimet/releases

.. code-block:: bash
# Install a compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name} ${find_pkg_url_str}
Expand Down
3 changes: 0 additions & 3 deletions Docs/legacy/install/install_host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ https://github.com/quic/aimet/releases

.. code-block:: bash
# Install an compatible version of pip (since the latest version is NOT compatible with our wheel packages)
python3 -m pip install pip==24.0
# Install the wheel package
python3 -m pip install ${download_url}/${wheel_file_name} ${find_pkg_url_str}
Expand Down

0 comments on commit 5be66a8

Please sign in to comment.