Merge branch 'master' into inbox
This commit is contained in:
@@ -87,6 +87,10 @@ $ cd rtv
|
|||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
|
||||||
|
RTV is not supported on Windows.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To run the program, type:
|
To run the program, type:
|
||||||
|
|||||||
@@ -19,8 +19,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
sys.exit('Fatal Error: This program is not compatible with Windows '
|
sys.exit('Fatal Error: This program is not compatible with Windows '
|
||||||
'Operating Systems.\nPlease try installing on either Linux '
|
'Operating Systems.')
|
||||||
'or Mac OS')
|
|
||||||
else:
|
else:
|
||||||
sys.exit('Fatal Error: Your python distribution appears to be missing '
|
sys.exit('Fatal Error: Your python distribution appears to be missing '
|
||||||
'_curses.so.\nWas it compiled without support for curses?')
|
'_curses.so.\nWas it compiled without support for curses?')
|
||||||
|
|||||||
Reference in New Issue
Block a user