Update docs/tech_docs/python/python_project.md

This commit is contained in:
2024-04-22 02:36:06 +00:00
parent 221cddc2d8
commit 77bde6ac61

View File

@@ -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