From 1c9f958fafa69f5cf1f71f38b2d80e6905d11011 Mon Sep 17 00:00:00 2001 From: Billy Jackson <123029512+jack1851@users.noreply.github.com> Date: Thu, 16 May 2024 05:42:54 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f4e75ea..d8e1467 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # WrCoffea +## Coffea Introduction +To install coffea: +``` +python3 -m pip install coffea --user +``` +All coffea documentation is hosted at https://coffeateam.github.io/coffea/ ## Getting Started Begin by cloning the repository: ```