From 3d12d3b5029715af6bdd496f067aa9884a585291 Mon Sep 17 00:00:00 2001 From: Francesco Innocenti Date: Mon, 6 Jan 2025 13:41:33 +0000 Subject: [PATCH] Update installation instructions. --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f5990b4..e95461f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ and checking the [documentation](https://thebuckleylab.github.io/jpc/). * [Citation](#-citation) ## ️💻 Installation +Clone the repo and in the project's directory run ``` pip install jpc ``` diff --git a/docs/index.md b/docs/index.md index 729fc13..ccf61f5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,6 +25,7 @@ If you're new to JPC, we recommend starting from the [ example notebooks](https://thebuckleylab.github.io/jpc/examples/discriminative_pc/). ## 💻 Installation +Clone the repo and in the project's directory run ``` pip install jpc ```