🔵 Workflow 2.1: Apply Course Project: Start & Run¶
Phase 1. Get started with an example project by copying and running the example.
Goal¶
The goal of this phase is to get your own working copy of the project and confirm it runs on your machine.
Outcome¶
At the end of this phase you should have:
- Your own copy of the repository in GitHub
- The project cloned down to your machine
- A working Python environment
- The example code running successfully
- Your first commit pushed to your GitHub repository
Steps (With Detailed Instructions)¶
- Start in GitHub to Copy a Template Repository
- Configure Repository Settings
- Clone the Repository To Your Machine
- Open the Project in VS Code (and Install Recommended VS Code Extensions)
- Set up Project Python Environment (managed by uv)
- Run the Project Code
- Git add-commit-push
Success¶
- The example runs without errors
- A new
project.logexists in the project root (and is visible in your GitHub repo) - Project outputs may be created (for example
output/orartifacts/; see the specific project for details)