docs: removed `git checkout develop`
Develop is the primary branch, so explicit checkout is not needed
This commit is contained in:
parent
a57f4f22ae
commit
4bfee1096e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue