mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-10-31 12:55:37 +00:00 
			
		
		
		
	Add note about VCS install option (#324)
This commit is contained in:
		| @@ -39,7 +39,7 @@ Custom plugins can be placed in the `src/InvenTree/plugins/` directory, where th | ||||
|     The `src/InvenTree/plugins/` directory is excluded from Git version tracking - any plugin files here will be hidden from Git | ||||
|  | ||||
| !!! warning "Not Recommended For Production" | ||||
|     Loading plugins via the local *plugins* directory is not recommended for production. If you cannot use PIP installation (above), specify a custom plugin directory (below). | ||||
|     Loading plugins via the local *plugins* directory is not recommended for production. If you cannot use PIP installation (above), specify a custom plugin directory (below) or use a [VCS](https://pip.pypa.io/en/stable/topics/vcs-support/) as a plugin install source. | ||||
|  | ||||
| ### Custom Directory | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user