docs: removed `git checkout develop`

Develop is the primary branch, so explicit checkout is not needed
This commit is contained in:
LinasKo 2024-11-25 13:11:54 +02:00
parent a57f4f22ae
commit 4bfee1096e
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ Before starting your work on the project, set up your development environment:
```bash
git clone https://github.com/YOUR_USERNAME/supervision.git
cd supervision
git checkout develop
```
2. Create and activate a virtual environment: