File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,10 @@ using [`devbox`](https://github.com/jetify-com/devbox). This is usually a
6161lower overhead and more convenient alternative to the OCI container approach.
6262
6363- Install devbox on Linux/MacOS: ` curl -fsSL https://get.jetify.com/devbox | bash `
64- - INstall devbox on [ Windows/WSL2] ( https://www.jetify.com/docs/devbox/installing_devbox/?install-method=wsl )
64+ - Install devbox on [ Windows/WSL2] ( https://www.jetify.com/docs/devbox/installing_devbox/?install-method=wsl )
6565- update to latest version: ` devbox version update `
6666- ` devbox shell `
6767- ` which python ` -> ` .devbox/nix/profile/default/bin/python `
68- - ` which pip ` -> ` .devbox/nix/profile/default/bin/pip `
69- - ` pip install --user --break-system-packages . `
70- (` break-system-packages ` is required to prevent from false positive)
7168- ` ./tm.py --dfd | dot -Tpng -o sample.png ` -> ` sample.png `
7269- ` exit `
7370
You can’t perform that action at this time.
0 commit comments