Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rcpaffenroth
/
chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chatbot
/
setup_venv.sh
Randy Paffenroth
Better setup for python
8e339af
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
#! /bin/bash
rm
-rf venv
python3 -m venv venv
venv/bin/pip install -r requirements.txt