h2oaimichalmarszalek's picture
development
3469f37
raw
history blame contribute delete
119 Bytes
.PHONY: clean
clean:
rm -rf ./downloaded_files || true
.PHONY: install
install:
pip install -r ./requirements.txt