================================== Installation ================================== There are multiple ways to install and use AutoMLx. OCI DS Conda Pack ----------------- AutoMLx is available in the OCI Data Science service in the `AutoMLx `__ conda pack. Direct Installation for use in an Oracle Product or Service ----------------------------------------------------------- To be compliant with Oracle's policies, you must install AutoMLx in a new python virtual environment and edit your `pip config file `__ to specify where it should obtain Oracle AutoMLx and its dependencies, which we have built from source. To do this, you can run: .. code-block:: bash pip config set global.index-url https://artifacthub-phx.oci.oraclecorp.com/artifactory/api/pypi/automlx-pypi/simple/ pip config unset global.extra-index-url Once your pip config file is set, you can follow the same instructions used to install AutoMLx from the public PyPI artifactory and it will automatically fetch the version from our internal artifactory instead. If you later need to install dependencies from a different artifactory, you can set another extra index url or replace the primary index url using the same command. You can also use pip unset to restore default python settings. .. code-block:: bash pip config unset global.index-url Note that the version of AutoMLx available on PyPI is distributed with an NFTC license; therefore, only the version of AutoMLx that is available in our internal artifactory should be distributed to Oracle customers via an Oracle product or service. PyPI Installation ----------------- .. Comment: Section left blank so that it can be filled by javascript with dynamic instructions