Build the requirements.txt
Eg:
numpy
pandas==0.22..0
flask
Then run the command in prompt or in venv
pip install -r requirements.txt
Eg:
numpy
pandas==0.22..0
flask
Then run the command in prompt or in venv
pip install -r requirements.txt
Comments
Post a Comment