2021-03-03 04:52:10 +01:00
|
|
|
# Git Commands
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone --recurse-submodules git@github.com:D-X-Y/AutoDL-Projects.git
|
|
|
|
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
|
|
|
git pull orign main
|
2021-03-05 07:48:48 +01:00
|
|
|
|
|
|
|
git submodule update --remote --recursive
|
2021-03-03 04:52:10 +01:00
|
|
|
```
|
2021-03-03 06:18:45 +01:00
|
|
|
|
|
|
|
Pylint check for Q-lib:
|
|
|
|
```
|
|
|
|
python -m black __init__.py -l 120
|
2021-03-05 07:48:48 +01:00
|
|
|
|
|
|
|
pytest -W ignore::DeprecationWarning qlib/tests/test_all_pipeline.py
|
2021-03-03 06:18:45 +01:00
|
|
|
```
|
2021-03-21 06:26:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
conda update --all
|
|
|
|
```
|