File: installation.rst

package info (click to toggle)
optuna 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,784 kB
  • sloc: python: 40,634; sh: 97; makefile: 30
file content (22 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation
============

Optuna supports Python 3.8 or newer.

We recommend to install Optuna via pip:

.. code-block:: bash

    $ pip install optuna

You can also install the development version of Optuna from master branch of Git repository:

.. code-block:: bash

    $ pip install git+https://github.com/optuna/optuna.git

You can also install Optuna via conda:

.. code-block:: bash

    $ conda install -c conda-forge optuna