examples/EMAN2_w_theano.md
... ...
@@ -10,12 +10,12 @@ For Theano to find the Nvidia nvcc compiler and the CUDA libraries required, the
10 10
11 11
If your CUDA Toolkit installation is at : /usr/local/cuda
12 12
13
-For **bash** :
13
+In a **bash** shell:
14 14
```
15 15
export CUDA_HOME=/usr/local/cuda
16 16
```
17 17
18
-For **tcsh** :
18
+In a **tcsh** shell:
19 19
```
20 20
setenv CUDA_HOME /usr/local/cuda
21 21
```