mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
docs: update example with new default path
This commit is contained in:
parent
2e46fd36b4
commit
ea0342dfa3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ Embed the viv.py on the sys.path at runtime rather than using PYTHONPATH
|
||||||
|
|
||||||
|
|
||||||
__import__("sys").path.append(
|
__import__("sys").path.append(
|
||||||
__import__("os").path.expanduser("~/.viv/src")
|
__import__("os").path.expanduser("~/.local/share/viv")
|
||||||
) # noqa # isort: off
|
) # noqa # isort: off
|
||||||
__import__("viv").use("pyfiglet") # noqa # isort: off
|
__import__("viv").use("pyfiglet") # noqa # isort: off
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue