Skip to content

Commit

Permalink
Update TUTORIAL.md
Browse files Browse the repository at this point in the history
Editing grammatical syntax and formatting
  • Loading branch information
dianna-SE authored May 3, 2024
1 parent 18b972b commit 3d49505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Spotipy is written in Python, so you'll need to have the lastest version of Pyth
If you see a version number, Python is already installed. If not, you can download it here: https://www.python.org/downloads/

**3. spotipy**

You'll need to install the packages necessary for this project. Run the following command:
```
pip install spotipy
Expand Down Expand Up @@ -88,13 +89,15 @@ F. Return to your terminal - you should see all of Taylor's albums printed out t

## Troubleshooting Tips
A. Command not found running the application "zsh: command not found: python"

Check which Python version that you have by running the command:
```python --version ``` or ```python3 --version```.

In most cases, the recent Python version is Python 3. You may need to update Python. Once you have updated Python to the most recent version, run the command:
``` python3 main.py```

B. Encountering package error:

If you are seeing an error "ModuleNotFoundError: No module named 'spotipy'", this means you have not installed the package. This may occur if you followed the installation and setup (up to Step 3, Part D) and attempted to run the app with the missing package.
Run the command:
```
Expand Down

0 comments on commit 3d49505

Please sign in to comment.