mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-30 20:35:38 +00:00 
			
		
		
		
	Fix Env activation option note
Added the syntax for a readthedocs note
This commit is contained in:
		| @@ -105,7 +105,15 @@ python3 -m venv inventree-env | |||||||
| source inventree-env/bin/activate | source inventree-env/bin/activate | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| !!! If "source inventree-env/bin/activate" is not working try ". inventree-env/bin/activate" | !!! note "Activate Virtual Environment" | ||||||
|  | 	if  | ||||||
|  | 	``` | ||||||
|  | 	source inventree-env/bin/activate | ||||||
|  | 	``` | ||||||
|  | 	is not working try  | ||||||
|  | 	``` | ||||||
|  | 	. inventree-env/bin/activate | ||||||
|  | 	``` | ||||||
|  |  | ||||||
| !!! note "Virtual Environment on Windows" | !!! note "Virtual Environment on Windows" | ||||||
| 	To create and activate a virtual environment in Windows, run the following commands: | 	To create and activate a virtual environment in Windows, run the following commands: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user