Skip to content

Commit

Permalink
Update tutorial.rst (mlflow#2002)
Browse files Browse the repository at this point in the history
``install_mlflow`` instead of ``mlflow_install``
  • Loading branch information
jspoorta authored and Paul Ogilive committed Nov 4, 2019
1 parent ce299a7 commit 5b3f51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To run this tutorial, you'll need to:

- Install `conda <https://conda.io/projects/conda/en/latest/user-guide/install/index.html>`_
- Install the MLflow package (via ``install.packages("mlflow")``)
- Install MLflow (via ``mlflow::mlflow_install()``)
- Install MLflow (via ``mlflow::install_mlflow()``)
- Clone (download) the MLflow repository via ``git clone https://github.com/mlflow/mlflow``
- ``setwd()`` into the ``examples`` directory within your clone of MLflow - we'll use this
working directory for running the tutorial. We avoid running directly from our clone of
Expand Down

0 comments on commit 5b3f51e

Please sign in to comment.