Closed PaulBautin closed 4 years ago
Maybe this should evolve towards python virtual environment
agreed
UPDATE: actually, scrap that. Let's keep it simple. People using your script will know how to install a venv, so no need to be explicit here. we can keep it the way it is
Python package requirements can be downloaded using command pip install -r requirements.txt
. PR can be closed, README instructions for installation have been updated.
Adding instructions to README on how to install missing python packages for project. Maybe this should evolve towards python virtual environment. What do you think @jcohenadad?
DONE: -Add instructions to run requirements file