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 9b27bc2 commit aef0bbbCopy full SHA for aef0bbb
README.md
@@ -126,7 +126,7 @@ from repl_python_wakatime.backends.codestats import CodeStats
126
from repl_python_wakatime.backends.wakatime import Wakatime
127
from repl_python_wakatime.frontends.python import Python
128
129
-Python(Wakatime() | CodeStats()).install()
+sys.ps1 = Python(Wakatime() | CodeStats())
130
```
131
132
## APIs
0 commit comments