Update README.md
This commit is contained in:
@@ -170,7 +170,8 @@ On Linux systems you will need to install either [xsel](http://www.vergenet.net/
|
||||
|
||||
## 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,
|
||||
> 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
|
||||
> ```
|
||||
|
||||
**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
|
||||
> 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
|
||||
> [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
|
||||
> 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
|
||||
> ```
|
||||
|
||||
</details>
|
||||
|
||||
## Contributing
|
||||
All feedback and suggestions are welcome, just post an issue!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user