mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-10-31 13:11:06 +01:00 
			
		
		
		
	Merge pull request #19 from WardMaes/master
Add instructions to exit virtual environment
This commit is contained in:
		| @@ -3400,6 +3400,8 @@ source .venv/bin/activate | |||||||
| type pip | type pip | ||||||
| # 5. Now you can install your pip package, here requirements.txt is simply a txt file containing all the packages you want. (e.g tornado==4.5.3). | # 5. Now you can install your pip package, here requirements.txt is simply a txt file containing all the packages you want. (e.g tornado==4.5.3). | ||||||
| pip install -r requirements.txt | pip install -r requirements.txt | ||||||
|  | # 6. Exit virtual environment | ||||||
|  | deactivate | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user