From c5fbae81adcfbb9dd97d1d93633c8f9df82f5c38 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Mon, 8 Jan 2024 12:11:05 -0700 Subject: [PATCH] add to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 51e81a3..484c697 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # pyHAMS This is a python wrapper for [HAMS](https://github.com/YingyiLiu/HAMS) + +Install via: + +``` +pip install . +``` + +Note that this package uses `mesonpy` for an installation backend, so there is no `setup.py` file.