Skip to content

Commit

Permalink
streamline installation (i-pi#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrmnn authored and ceriottm committed Jan 31, 2019
1 parent d7ca53c commit 9dffd0d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ Silvera-Goldman potentials is included for test purposes.
Quick Setup and Test
====================

Follow these instructions to set up and test i-PI. It is assumed that i-PI will
To use i-PI with already existing drivers, install using Pip::

$ pip install git+https://github.com/i-pi/i-pi.git

To develop i-PI or test it with the self-contained driver, follow these
instructions. It is assumed that i-PI will
be run from a Linux environment, with a recent version of Python, Numpy and
gfortran, and that the terminal is initially in the i-pi package directory (the
directory containing this file).
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ def read(fname):

setup(
name='i-PI',
version='1.0',
version='2.0',
description='A Python interface for ab initio path integral molecular dynamics simulations.',
long_description=read('README.rst'),
packages=find_packages(),
scripts=['bin/i-pi'],
libraries=[('ipi', {'sources': ['drivers/sockets.c']})],
author="Michele Ceriotti",
author_email="[email protected]",
classifiers=['Development Status :: 5 - Production/Stable'],
Expand Down

0 comments on commit 9dffd0d

Please sign in to comment.