-
Install Homebrew
-
Install Python 3.8 and virtualenv
$ brew install [email protected] $ pip3 install virtualenv
-
Make virtual environment (you can change backend to any name, e.g: pichi-spotify-wrapped)
$ virtualenv -p python3.8 pichi-spotify-wrapped && cd pichi-spotify-wrapped
-
Activate virtual environment
$ source bin/activate
-
Clone Github repo
$ git clone https://github.com/yesh0907/pichi-spotify-wrapped src
-
Install python dependencies
$ cd src $ pip install -r requirements.txt
-
Open the project up in VSCode (if you have the command line tool installed)
$ code .
-
Click
main.ipynb
in the side panel; if the prompt to install the jupyter extension pops up, please go ahead and install it -
On the top right select the python interpreter that has the virtual environment python executable path.
-
Happy coding!
-
Notifications
You must be signed in to change notification settings - Fork 0
yesh0907/pichi-spotify-wrapped
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published