diff options
-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 |