Update README

This commit is contained in:
D-X-Y 2021-04-01 06:05:59 +00:00
parent d13e847778
commit a33bb282d8

View File

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