Describe the bug
When I run the command from the tutorial, it reports "No module named wal." Is the correct command "python -m venv venv"? By the way, is there a tutorial that does not require Docker configuration?
Commad of tutorial
####Python 3.10 (or 3.11, but not 3.12 cause 3.12 deprecated distutils needed here)
python -m wal wal
source venv/bin/activate
pip install -r requirements.txt
playwright install
pip install -e .
Describe the bug
When I run the command from the tutorial, it reports "No module named wal." Is the correct command "python -m venv venv"? By the way, is there a tutorial that does not require Docker configuration?
Commad of tutorial
####Python 3.10 (or 3.11, but not 3.12 cause 3.12 deprecated distutils needed here)
python -m wal wal
source venv/bin/activate
pip install -r requirements.txt
playwright install
pip install -e .