mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	Update Readme: Set home in sudo pip install
Hi, it's not always a default behaviour, but when you use `sudo pip` you most likely may want to use `-H` flag to set HOME value to directory of the target user :)
This commit is contained in:
		| @@ -29,7 +29,7 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex | |||||||
|  |  | ||||||
| You can also use pip: | You can also use pip: | ||||||
|  |  | ||||||
|     sudo pip install --upgrade youtube-dl |     sudo -H pip install --upgrade youtube-dl | ||||||
|      |      | ||||||
| This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information. | This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user