From 77bde6ac61781374bd4119d008170a159e8468cf Mon Sep 17 00:00:00 2001 From: medusa Date: Mon, 22 Apr 2024 02:36:06 +0000 Subject: [PATCH] Update docs/tech_docs/python/python_project.md --- docs/tech_docs/python/python_project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tech_docs/python/python_project.md b/docs/tech_docs/python/python_project.md index 809a524..8d48be9 100644 --- a/docs/tech_docs/python/python_project.md +++ b/docs/tech_docs/python/python_project.md @@ -96,7 +96,7 @@ With this setup, you can manage your YouTube Music playlists and perform data an - **Virtual Environment**: Always activate your virtual environment when working on the project. - **Dependencies**: Regularly update your `requirements.txt` to reflect new dependencies. - **Version Control**: Include `venv` in your `.gitignore` file and commit `requirements.txt` to maintain consistency across environments. -``` + ### Python Code to Write Markdown to a File