hf-demo
virtualenv ~/.venv nano ~/.bashrc #source ~/.venv/bin/activate touch app.py touch Makefile touch requirements.txt make install python app.py