From a33bb282d83bdc6f5ac0890115afe05914bb0830 Mon Sep 17 00:00:00 2001 From: D-X-Y <280835372@qq.com> Date: Thu, 1 Apr 2021 06:05:59 +0000 Subject: [PATCH] Update README --- .latent-data/init-configs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.latent-data/init-configs/README.md b/.latent-data/init-configs/README.md index 742e459..5721646 100644 --- a/.latent-data/init-configs/README.md +++ b/.latent-data/init-configs/README.md @@ -21,3 +21,13 @@ pytest -W ignore::DeprecationWarning qlib/tests/test_all_pipeline.py ``` conda update --all ``` + +## [phillytools](https://phillytools.azurewebsites.net/master/get_started/2_installation.html) + +``` +conda create -n pt6 python=3.7 + +conda activate pt6 + +pip install -U phillytools --extra-index-url https://msrpypi.azurewebsites.net/stable/7e404de797f4e1eeca406c1739b00867 --extra-index-url https://azuremlsdktestpypi.azureedge.net/K8s-Compute/D58E86006C65 +```