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 +```