diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-03-31 15:44:17 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-03-31 15:44:17 +0200 |
commit | 21eb409ab50a8978e1add798b42f1072ae6cc12b (patch) | |
tree | 7f4fbe346ca0eb8e325857118603d92fbf1be57f /README.rst | |
parent | Updated README. (diff) | |
download | newspipe-21eb409ab50a8978e1add798b42f1072ae6cc12b.tar.gz newspipe-21eb409ab50a8978e1add798b42f1072ae6cc12b.tar.bz2 newspipe-21eb409ab50a8978e1add798b42f1072ae6cc12b.zip |
Typo.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -59,11 +59,10 @@ recommend you to install it in a Python virtual environment. For example: sudo apt-get install postgresql npm It seems that today a proof of good taste is to install first -[pyenv](https://github.com/pyenv/pyenv), -then [pipsi](https://github.com/mitsuhiko/pipsi), and finally -[pew](https://github.com/berdario/pew) and -[pipenv](https://github.com/pypa/pipenv) with pipsi. - +`pyenv <https://github.com/pyenv/pyenv>`_, +then `pipsi <https://github.com/mitsuhiko/pipsi>`_, and finally +`pew <https://github.com/berdario/pew>`_ and +`pipenv <https://github.com/pypa/pipenv>`_ with pipsi. .. code-block:: bash |