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 3da0e67 commit d051be2Copy full SHA for d051be2
docs/index.md
@@ -58,7 +58,7 @@ Project setup is a breeze with Pixi.
58
pixi init hello-world
59
cd hello-world
60
pixi add python
61
-pixi run python -c "print('Hello World!')"
+pixi run python -c 'print("Hello World!")'
62
```
63
64

0 commit comments