YasaminNematollahi / Covid-Dashboard-NY

Covid-19 Visualization
GNU General Public License v3.0
0 stars 0 forks source link

Update setup instructions #8

Closed pierrepo closed 2 years ago

pierrepo commented 2 years ago

The documentation of pip advises installing packages from a requirements.txt file this way

python -m pip install -r requirements.txt

instead of:

pip install -r requirements.txt

Could you please update the documentation accordingly?

nssavelyeva commented 2 years ago

Done