From 17413fb144f07fd1b1aed5dc0a6e2c7856e4a9bc Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 30 Jun 2011 22:41:09 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6493 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- python/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README b/python/README index 72372cb985..49465b3596 100644 --- a/python/README +++ b/python/README @@ -12,7 +12,7 @@ python setup_serial.py build # for serial LAMMPS and Python sudo python setup_serial.py install python setup.py build # for parallel LAMMPS and Python -sudo python setuppy install +sudo python setup.py install but there are several issues to be aware of, as discussed in the doc pages.