mirror of
				https://github.com/StefBuwalda/WebTech.git
				synced 2025-10-30 11:19:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			141 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			141 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Updating requirements.txt
 | |
| pip freeze > requirements.txt
 | |
| 
 | |
| # Installing required packages
 | |
| python -m venv venv
 | |
| pip install -r requirements.txt |