You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Requires Python 3 and pip. A couple example files have been provided if you pref
28
28
29
29
0.`apt-get update && apt-get install -y pip` to install Python and pip if needed.
30
30
1.`cd Python && pip install -r requirements.txt`
31
-
2. Remain in the Python folder and `interactive_data_getter.py`using Python. Supply a filename of your choice and a Spotify playlist ID, or use the defaults (but that's boring).
31
+
2. Remain in the Python folder and run `python interactive_data_getter.py`or `python3 interactive_data_getter.py` depending on your install. Supply a filename of your choice and a Spotify playlist ID, or use the defaults (but that's boring).
0 commit comments