Changes between Version 2 and Version 3 of Usage2/Quickstart


Ignore:
Timestamp:
05/06/16 08:10:20 (8 years ago)
Author:
jaap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Usage2/Quickstart

    v2 v3  
    3434
    3535Virtualenv, amongst other things, allows you to install (PIP / Python) packages in alternative locations and create complete (Python) environments.
    36 {{{
    37 pip install virtualenv
    38 }}}
     36`pip install virtualenv`
    3937
    4038=== Virtualenv wrapper ===
    4139
    4240These are a collection of useful wrapper scripts to make using virtual environments easy. At this time there seems to be no RPM available in the CentOS repository (RB: 14th May 2012)
    43 {{{
    44 pip install virtualenvwrapper
    45 }}}
     41`pip install virtualenvwrapper`
    4642
    4743= Install CMT =