From 2ff4617a47ad8fab49062e7f892e0a923772a19d Mon Sep 17 00:00:00 2001 From: Nickolai Belakovski Date: Tue, 14 Sep 2021 16:36:18 -0700 Subject: [PATCH] Added installation instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4740e8c..9edc2a4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ This is a small library meant to facilitate investigation of the Circular Restricted 3 Body Problem (CR3BP) +# Installation + +`pip3 install cr3bp` + # Usage The library consists of a `System` dataclass representing a 3 body system,