Fixed inline code comments in README

This commit is contained in:
Will Boyd 2016-11-28 10:51:22 -05:00 committed by GitHub
parent 7cb48f92fd
commit 3cf7fe4b1f

View file

@ -52,11 +52,11 @@ These scripts depend on the following Python packages:
* mit-crpg/OpenCG
* mit-crpg/PWR_benchmarks
Of particular note, The Python ``beavrs'' package must be installed from the
Of particular note, The Python ``beavrs`` package must be installed from the
mit-crpg/PWR_benchmarks repository. This package may be installed with
``distutils'' as follows:
``distutils`` as follows:
```bash
cd PWR_benchmarks/BEAVRS/openmc/inputs
python setup.py install
```
```