Skip to content

Commit

Permalink
Pesky ReST formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed May 10, 2015
1 parent 802fe1c commit cf7acc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Virtualenv
See `this page <https://virtualenv.pypa.io/en/latest/installation.html>`_ for
virtualenv installation information.

Create a new virtualenv environment and install several required dependencies:
Create a new virtualenv environment and install several required dependencies: ::

cd ~/
virtualenv NK
Expand Down Expand Up @@ -102,10 +102,10 @@ request to the* |nk_developers|_.
.. _nk_developers: http://github.com/neurokernel/neurokernel/issues
.. |nk_developers| replace:: *Neurokernel developers*

First, install the `libibverbs1`, `libnuma1`, `libpmi0`, `libslurm26`, and
`libtorque2` packages; these are required by the conda OpenMPI packages prepared
First, install the ``libibverbs1``, ``libnuma1``, ``libpmi0``, ``libslurm26``, and
``libtorque2`` packages; these are required by the conda OpenMPI packages prepared
for Neurokernel. You also need to ensure that CUDA has been installed in
`/usr/local/cuda`.
``/usr/local/cuda``.

Install conda by either installing `Anaconda
<https://store.continuum.io/cshop/anaconda/>`_
Expand All @@ -123,7 +123,7 @@ by running the following command: ::
conda create -n NK neurokernel_deps

Run the following to install the remaining Python package dependencies listed in
`setup.py`: ::
``setup.py``: ::

source activate NK
cd ~/neurokernel
Expand Down

0 comments on commit cf7acc5

Please sign in to comment.