From c107afc4b3559a4c3e31741bf24dc9d174a186fe Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 13 Aug 2025 16:23:42 +0530 Subject: [PATCH] Add links for prerequisites --- EXPERIMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXPERIMENT.md b/EXPERIMENT.md index e5f9952..9aa7dbf 100644 --- a/EXPERIMENT.md +++ b/EXPERIMENT.md @@ -4,8 +4,8 @@ This guide explains how to use the interactive notebook to experiment with diffe ## Prerequisites -- Python 3.x -- pip +- [Python3](https://wiki.python.org/moin/BeginnersGuide/Download) `3.12.x` >= `python3 --version` >= `3.8.10` (the Python3 shipped in Ubuntu 20+ is good to go) +- [pip](https://pip.pypa.io/en/stable/installation/) (Python package manager) ## Quick Start