A web application to create playlists of artists' tracks in chronological order.
- Python
- Poetry for dependency management and packaging
Soon:
- The Flask web framework
-
Install PyCharm.
-
Install Homebrew.
-
Install Poetry via the recommended method.
-
At this point you might want to close and reopen your terminal.
-
Test the installation by running
poetry --version
. You should see something like this:Poetry version 1.1.6
Now that your prerequisites are configured, you can set up the project.
-
Clone this repository.
-
Open it in PyCharm.
-
Install Poetry dependencies:
poetry install
-
Print the location of your Poetry virtual environment:
poetry env info -p
-
Configure PyCharm to use the above virtualenv.
-
Close and reopen your terminal.