install:
	@pip install aoricaan-cli
	@apm project init
	@pip install -r requirements.txt
	@apm project install
