You've already forked httpie-cli
							
							
				mirror of
				https://github.com/httpie/cli.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	Add make install-reqs to install packages without creating env
				
					
				
			This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @@ -25,7 +25,10 @@ export PATH := $(VENV_BIN):$(PATH) | ||||
| all: uninstall-httpie install test | ||||
|  | ||||
|  | ||||
| install: venv | ||||
| install: venv install-reqs | ||||
|  | ||||
|  | ||||
| install-reqs: | ||||
| 	@echo $(H1)Updating package tools$(H1END) | ||||
| 	$(VENV_PIP) install --upgrade pip wheel | ||||
|  | ||||
| @@ -37,6 +40,7 @@ install: venv | ||||
|  | ||||
| 	@echo | ||||
|  | ||||
|  | ||||
| clean: | ||||
| 	@echo $(H1)Cleaning up$(H1END) | ||||
| 	rm -rf $(VENV_ROOT) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user