16 lines
		
	
	
		
			219 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			219 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
 | |
| 
 | |
| 
 | |
| ```
 | |
| python -m venv .venv
 | |
| ```
 | |
| 
 | |
| ```
 | |
| source ./.venv/Scripts/activate
 | |
| ```
 | |
| 
 | |
| ```
 | |
| pip install tensorflow keras mypy numpy types-tensorflow
 | |
| ```
 | |
| 
 | |
| In settings, make sure to check `Run Using Active Interpreter` in mypy settings |