Update README.md

This commit is contained in:
Michael Lazar
2017-09-21 11:27:50 -04:00
committed by GitHub
parent d1dcddba7f
commit 5add18becb

View File

@@ -170,7 +170,8 @@ On Linux systems you will need to install either [xsel](http://www.vergenet.net/
## FAQ ## FAQ
**Why am I getting an error during installation/when launching rtv?** <details>
<summary>Why am I getting an error during installation/when launching rtv?</summary>
> If your distro ships with an older version of python 2.7 or python-requests, > If your distro ships with an older version of python 2.7 or python-requests,
> you may experience SSL errors or other package incompatibilities. The > you may experience SSL errors or other package incompatibilities. The
@@ -183,7 +184,9 @@ On Linux systems you will need to install either [xsel](http://www.vergenet.net/
> $ sudo pip3 install -U rtv > $ sudo pip3 install -U rtv
> ``` > ```
**Why do I see garbled text like** ``M-b~@M-"`` **or** ``^@`` **?** </details>
<details>
<summary>Why do I see garbled text like <em>M-b~@M-"</em> or <em>^@</em>?</summary>
> This type of text usually shows up when python is unable to render > This type of text usually shows up when python is unable to render
> unicode properly. > unicode properly.
@@ -195,7 +198,9 @@ On Linux systems you will need to install either [xsel](http://www.vergenet.net/
> see [here](stackoverflow.com/questions/19373027) and > see [here](stackoverflow.com/questions/19373027) and
> [here](https://bugs.python.org/issue4787) for more information > [here](https://bugs.python.org/issue4787) for more information
**How do I run the code directly from the repository?** </details>
<details>
<summary>How do I run the code directly from the repository?</summary>
> This project is structured to be run as a python *module*. This means that > This project is structured to be run as a python *module*. This means that
> you need to launch it using python's ``-m`` flag. See the example below, which > you need to launch it using python's ``-m`` flag. See the example below, which
@@ -206,6 +211,8 @@ On Linux systems you will need to install either [xsel](http://www.vergenet.net/
> $ python3 -m rtv > $ python3 -m rtv
> ``` > ```
</details>
## Contributing ## Contributing
All feedback and suggestions are welcome, just post an issue! All feedback and suggestions are welcome, just post an issue!