Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfocarobene committed May 31, 2024
1 parent 986730f commit 4215fbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/openqaoa_metapackage_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The OpenQAOA metapackage allows you to install all OpenQAOA plug-ins together.

Install via PyPI
----------------
You can install the latest version of OpenQAOA directly from PyPI. First, create a virtual environment with python3.8, 3.9, 3.11, 3.12 and then pip install openqaoa with the following command
You can install the latest version of OpenQAOA directly from PyPI. First, create a virtual environment with python3.9, 3.10, 3.11 and then pip install openqaoa with the following command
.. code-block:: bash
pip install openqaoa
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent"
]
keywords = ["quantum", "optimisation", "SDK"]
Expand Down

0 comments on commit 4215fbb

Please sign in to comment.