Spaces:
Runtime error
Runtime error
| # 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 | |