Update docs/tech_docs/python/python_project.md

This commit is contained in:
2024-04-21 22:43:48 +00:00
parent 2c53ce6150
commit 2213ec41fa

View File

@@ -1,7 +1,7 @@
# Python Project Setup Guide
This guide outlines a repeatable framework for setting up Python projects using virtual environments and effective package management.
```bash
#!/usr/bin/env python3
```
## Setting Up a Virtual Environment
1. **Create Project Directory**