@@ -58,6 +58,11 @@ Activate the virtual environment:
```bash
source .venv/bin/activate
```
alternative activation for Windows:
```bash
.\.venv\Scripts\Activate
```
#### Step 3: Install Dependencies
Install Python packages:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.