From 0ab20eadc8e09fdafec4aa0b7f412753792c0b76 Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Mon, 5 Feb 2018 09:47:49 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e1b363f..7eba494 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,12 @@ This is a simple python code to perform simple lennard-jonesium 2D simulation. The aim of this is to use in a computational/physical chemistry laboratory excersize. +Install: + +python setup.py build +python setup.py install + +Requires C++ complier. + Contact: arm61@bath.ac.uk