Changes between Version 5 and Version 6 of Usage/Quickstart


Ignore:
Timestamp:
07/05/12 16:02:17 (12 years ago)
Author:
sil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Usage/Quickstart

    v5 v6  
    3333
    3434Virtualenv, amongst other things, allows you to install (PIP / Python) packages in alternative locations and create complete (Python) environments.
    35 
    36  Using PIP::
    37    {{{pip install virtualenv}}}
     35{{{
     36pip install virtualenv
     37}}}
    3838
    3939=== Virtualenv wrapper ===
    4040
    4141These 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)
    42 
    43  Using PIP::
    44    {{{pip install virtualenvwrapper}}}
     42{{{
     43pip install virtualenvwrapper
     44}}}
    4545
    4646= Install CMT =