From 6139908a11e2f26ef7f95cf2631517c6fa3e3afe Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 14 Aug 2012 23:08:53 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8664 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- python/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python/README b/python/README index a97b79834b..443073f18d 100644 --- a/python/README +++ b/python/README @@ -12,8 +12,12 @@ Basically you need to follow these steps in the src directory: % make -f Makefile.shlib g++ # or whatever machine target you wish % make install-python # may need to do this via sudo -You can then launch Python and instantiate an instance of -LAMMPS: +You can replace the last step with running the python/install.py +script directly to give you more control over where two relevant files +are installed, or by setting environment variables in your shell +script. See doc/Section_python.html for details. + +You can then launch Python and instantiate an instance of LAMMPS: % python >>> from lammps import lammps