Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pip install extras command in CONTRIUTING doc (mlflow#4515)
Before this change, the document listed `pip install -e . [extras]`. This command did not work. When I removed the space between `.` and `[extras]`, like the same command below it, the command worked. Signed-off-by: Jerry Liang <jerry.liang@databricks.com>
- Loading branch information