WIP: add prerequisites #6

Closed
calm-steam wants to merge 2 commits from (deleted):readme into master
Showing only changes of commit 3292b543ba - 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