From 1da7f7a5f81c6a8b79e03de35c6cf13e458dbede Mon Sep 17 00:00:00 2001 From: danijoo Date: Wed, 20 Jun 2018 10:58:47 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c388611..80fc400 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,22 @@ Self-Learning Adaptive Umbrella Sampling Method for the Determination of Free En ![Example](https://raw.githubusercontent.com/danijoo/adaptiveumbrella/master/examples/example.gif) +## Installation + +Adaptiveumbrella supports python version 3.4+ and can be installed via pip or manually: + +```bash +pip install --user git+https://github.com/danijoo/adaptiveumbrella.git +``` + +Alternative: +```bash +git clone https://github.com/danijoo/adaptiveumbrella.git +cd adaptiveumbrella +python setup.py install --user +``` + + ## Usage Implement the UmbrellaRunner class according to your needs: