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