Update README
This commit is contained in:
parent
192c25eb42
commit
c710884111
@ -6,9 +6,13 @@ git clone --recurse-submodules git@github.com:D-X-Y/AutoDL-Projects.git
|
|||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
git pull orign main
|
git pull orign main
|
||||||
|
|
||||||
|
git submodule update --remote --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
Pylint check for Q-lib:
|
Pylint check for Q-lib:
|
||||||
```
|
```
|
||||||
python -m black __init__.py -l 120
|
python -m black __init__.py -l 120
|
||||||
|
|
||||||
|
pytest -W ignore::DeprecationWarning qlib/tests/test_all_pipeline.py
|
||||||
```
|
```
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d1d70616a3859c0be36236ecd627d07adfb4169b
|
Subproject commit e327f404e33c7fc12f7c2fb43dd383b5d9dcaba4
|
Loading…
Reference in New Issue
Block a user