diff --git a/docs/basics.rst b/docs/basics.rst index a363ce19..750a8e9e 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -5,7 +5,7 @@ Pipenv & Virtual Environments .. image:: https://farm3.staticflickr.com/2943/33485660921_dfc0494739_k_d.jpg -This tutorial walks you through installing and using Python packages. +This tutorial walks you through installing and using Python packages. It will show you how to install and use the necessary tools and make strong recommendations on best practices. Keep in mind that Python is used for a great @@ -19,8 +19,8 @@ managing development and testing environments for any kind of project. should work fine on Python 2.7—if you are still using it, for some reason. -Make sure you've got Python & pip ---------------------------------- +☤ Make sure you've got Python & pip +------------------------------------ Before you go any further, make sure you have Python and that it's avalable from your command line. You can check this by simply running: @@ -34,7 +34,7 @@ install the latest 3.x version from `python.org`_ or refer to the `Installing Python`_ section of *The Hitchhiker's Guide to Python*. .. Note:: If you're newcomer and you get an error like this: - + .. code-block:: python >>> python @@ -64,8 +64,8 @@ using your OS package manager, you may have to `install pip