signed commits #9

Merged
pratyush merged 2 commits from :readme into master 2025-02-07 01:37:35 +01:00
Showing only changes of commit d4217bb983 - Show all commits

View File

@ -12,7 +12,7 @@ Python 3.10 or above
```
2. Create a virtual environment in Python:
```bash
python3 -m venv venv
python -m venv venv
```
3. Activate the virtual environment:
```bash