Makefile 277 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2

all:
3
4
5
	#git pull
	rm -rf build csst_dag.egg-info
	pip install -e .
BO ZHANG's avatar
BO ZHANG committed
6

7
update:
BO ZHANG's avatar
tweaks    
BO ZHANG committed
8
	git pull
9
10
	rm -rf build csst_dag.egg-info
	pip install . --force-reinstall --no-deps
BO ZHANG's avatar
tweaks    
BO ZHANG committed
11
12

compile:
13
14
15
16
	uv pip compile pyproject.toml -o requirements.txt

rsync_zjlab:
	rsync -avrP . zjlab-harbor:/mnt/csst-dag