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