Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 434 Bytes

installation.rst

File metadata and controls

22 lines (12 loc) · 434 Bytes

Installation

Optuna supports Python 3.6 or newer.

We recommend to install Optuna via pip:

$ pip install optuna

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

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

You can also install Optuna via conda:

$ conda install -c conda-forge optuna