File size: 264 Bytes
cacf3c9
7390143
 
5e8dcba
7390143
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# make a virutal environment
synth:
	${VIRTUAL_ENV}/bin/python .projenrc.py

download-statics-book:
	mkdir -p downloads
	wget https://engineeringstatics.org/pdf/statics.pdf -O downloads/statics.pdf

start-server:
	${VIRTUAL_ENV}/bin/python -m streamlit run app.py