From cdf24559f3a7bf8f5e7e6d263b41aba8c1e3e538 Mon Sep 17 00:00:00 2001 From: bliepp Date: Thu, 3 Dec 2020 14:07:40 +0100 Subject: [PATCH] Add information that it's now available via pip --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4288ff6..eed1c15 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,9 @@ A tool for removing atoms in IMD config files, just like a cookie cutter in high * Works in 2D and 3D (theoretically unlimited dimensions supported) * Flexible slicing setup for your atom configuration by simply overriding a class * Possibility to modify the atom data (coordinates, velocity, type, etc.) individually + +## Installation +Install it by simply using pip: +``` +python3 -m pip install [--user] imd-cookie-cutter +```