We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9fa2a commit 369f9caCopy full SHA for 369f9ca
docs/guides/storage.md
@@ -57,7 +57,7 @@ The first step is to create the virtual environment using the usual workflow.
57
58
# optionally, to reduce the import times, precompile all
59
# python modules to bytecode before creating the squashfs image
60
- python -m compileall -j 8 -o 1 -o 2 .venv/lib/python3.12/site-packages
+ python -m compileall -j 8 -o 0 -o 1 -o 2 .venv/lib/python3.12/site-packages
61
```
62
63
=== "venv"
0 commit comments