From 49f943e15572b4a7204675315ee00ab26e5e5efe Mon Sep 17 00:00:00 2001 From: Seth Labadie Date: Fri, 26 Jan 2024 22:42:32 -0500 Subject: [PATCH] Added Wakatime badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 314b562..2d0aa55 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![wakatime](https://wakatime.com/badge/user/018d1a7a-3684-4fa0-a2d4-18ba89ddd697/project/018d27b1-78ec-4d25-80bb-22bc8fda6f02.svg)](https://wakatime.com/badge/user/018d1a7a-3684-4fa0-a2d4-18ba89ddd697/project/018d27b1-78ec-4d25-80bb-22bc8fda6f02) + # Setting up a Dev Environment This repo contains instructions for setting up a development environment for (primarily) Python. It started as a personal repo to host files such as a setup script and instructions for configurations in case I needed to move my dev environment to a new computer. I have added guidance for beginners, intermediate, and advanced users, for everyone else's benefit.