Note: I am using fedora as the operating system on my primary development machine. So the instructions are based on Fedora. But similar things exist for all operating systems and can be found easily
sudo dnf install -y poetry
I know that this is expected to be known by most developers. But This is a simple code project and I would like it to be easily understandable for someone who is just starting.
git clone https://github.com/nbhirud/pypodcasts.git
Ran the following and selected this key in next step when it prompted. This step will not be needed if you have a gpg key already. You will need to remember the gpg paraphrase for the key you select. More details: https://bugs.kde.org/show_bug.cgi?id=353960
gpg --full-generate-key
# gpg2 --full-gen-key # This worked too
# cd to the repo base directory and run the following
poetry install