Skip to content

Commit

Permalink
Added headers in creating virtualenv section.
Browse files Browse the repository at this point in the history
  • Loading branch information
rca committed Mar 11, 2013
1 parent a1518bf commit a79f352
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ and install the following packages::
Afterward the pip commands should run without a hitch. Also be sure to set
max_open_files to 2048 (see below).

Create a virtual environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Create a new `virtualenv`_::

virtualenv /path/to/your/virtualenv
Expand All @@ -166,6 +169,9 @@ M2Crypto installed using apt::
etc.), assuming that the listed modules are all installed in your system
PYTHONPATH at the time you create your virtualenv.

Configure your virtual environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Activate the virtualenv::

source /path/to/your/virtualenv/bin/activate
Expand Down

0 comments on commit a79f352

Please sign in to comment.