about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-05-23 15:12:43 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-23 15:16:21 +0200
commit9ee833a669137e5b2f750960ba5ef571676de127 (patch)
treed05b6b9b72f2dac86f5d2906001da2eb5ba01cbd /README.md
parent508b9b216c3e0b8463cc31688b4e89b7de39283d (diff)
Use relative imports
Seems to make things easier when actually installing saneterm (or at
least I wouldn't know how to make it work without relative or absoulte
imports). However this breaks executing the __main__.py script directly
which is replaceable by using python -msaneterm which seems fine.

Preserving the __main__.py seems to only be possible using self
modifying PYTHOPATH which is just ugly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4417fa7..fdd60b1 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ If these are installed run the following command to install `saneterm`:
 
 	$ python3 setup.py install --optimize=1
 
-For development setups just run `python3 saneterm/__main__.py`.
+For development setups just run `python3 -msaneterm`.
 
 ## Usage