NBA75._demo.mp4
-
Create and activate the conda environment:
conda create -n py310_env python=3.10 conda activate py310_env
-
Install the required packages:
pip install -r requirements.txt
-
Run the Flask application:
python pysever.py
Create and activate the conda environment:
conda create -n py310_env python=3.10
conda activate py310_env
Install the required packages:
pip install -r requirements.txt
Run the Flask application:
python pysever.py