Skip to content

Commit

Permalink
[DOC][MINOR] Added step for dev env setup (mlflow#4555)
Browse files Browse the repository at this point in the history
* [DOC][MINOR] Added step for dev env setup
Signed-off-by: Vilmos Agoston <vilmos.agoston@gmail.com>

* purpose of mlflow-test-plugin clarified
Signed-off-by: Vilmos Agoston <vilmos.agoston@gmail.com>

Co-authored-by: Vilmos Agoston <vilmos.agoston@gmail.com>
  • Loading branch information
vagoston and vilmostestuser authored Jul 14, 2021
1 parent 8adb614 commit 5a5b635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ If you plan on doing development and testing, you will also need to install the
pip install -r dev-requirements.txt
pip install -r test-requirements.txt
pip install -e .[extras] # installs mlflow from current checkout
pip install -e tests/resources/mlflow-test-plugin # installs `mlflow-test-plugin` that is required for running certain MLflow tests
You may need to run ``conda install cmake`` for the test requirements to properly install, as ``onnx`` needs ``cmake``.

Expand Down

0 comments on commit 5a5b635

Please sign in to comment.