@@ -58,8 +58,8 @@ Provides a webpage where voters can vote
## Quick Start
1. Create and activate a Python virtual environment:
```bash
python3 -m venv .env
source .env/bin/activate
python3 -m venv .venv
source .venv/bin/activate
```
2. Install dependencies:
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.