curt-park's picture
Init the space
2cdd41c
Raw
History Blame Contribute Delete
142 Bytes
PYTHON=3.9
BASENAME=$(shell basename $(CURDIR))
env:
conda create -n $(BASENAME) python=$(PYTHON)
setup:
pip install -r requirements.txt