demo / makefile
mikeswhitney33's picture
changed the project structure and got chat and youtube to work
7390143
Raw
History Blame Contribute Delete
264 Bytes
# 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