| 
									
										
										
										
											2021-03-03 11:52:10 +08: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-04 22:48:48 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | git submodule update --remote --recursive | 
					
						
							| 
									
										
										
										
											2021-03-03 11:52:10 +08:00
										 |  |  | ``` | 
					
						
							| 
									
										
										
										
											2021-03-03 13:18:45 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | Pylint check for Q-lib: | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | python -m black __init__.py -l 120 | 
					
						
							| 
									
										
										
										
											2021-03-04 22:48:48 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | pytest -W ignore::DeprecationWarning qlib/tests/test_all_pipeline.py | 
					
						
							| 
									
										
										
										
											2021-03-03 13:18:45 +08:00
										 |  |  | ``` | 
					
						
							| 
									
										
										
										
											2021-03-21 13:26:52 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | conda update --all | 
					
						
							|  |  |  | ``` | 
					
						
							| 
									
										
										
										
											2021-04-01 06:05:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | ## [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 | 
					
						
							|  |  |  | ``` |