Skip to content

Commit

Permalink
Merge pull request mlflow#23 from harupy/fix-pip-install
Browse files Browse the repository at this point in the history
Fix `pip install` command
  • Loading branch information
harupy authored Nov 15, 2022
2 parents 43c4d88 + 08eb617 commit 0e2c33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Your contribution to MLflow Recipes is greatly appreciated by the community!
To use MLflow Recipes in this example repository,
simply install the packages listed in the `requirements.txt` file. Note that `Python 3.8` or above is recommended.
```
pip install requirements.txt
pip install -r requirements.txt
```

You may need to install additional libraries for extra features:
Expand Down

0 comments on commit 0e2c33d

Please sign in to comment.