File size: 262 Bytes
7df9c0c
 
 
 
 
 
1
2
3
4
5
6
7
# Create a virtual environment
python -m venv stock-predictor-env
source stock-predictor-env/bin/activate  # On Windows use `stock-predictor-env\Scripts\activate`

# Install required packages
pip install pandas yfinance scikit-learn tensorflow gradio matplotlib