From b545ffbc20d312832f2206913226eec1042604b4 Mon Sep 17 00:00:00 2001 From: gnikit Date: Tue, 19 Jul 2022 11:28:09 +0100 Subject: [PATCH] docs: Add GitHub clone instructions at Intro --- docs/learning/01 Introduction.ipynb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/learning/01 Introduction.ipynb b/docs/learning/01 Introduction.ipynb index 47a2cc5..b418b1f 100644 --- a/docs/learning/01 Introduction.ipynb +++ b/docs/learning/01 Introduction.ipynb @@ -16,9 +16,16 @@ "\n", "## Setting up your environment\n", "\n", - "It's strongly encouraged that you follow along this notebook in an environment where you can run the cells yourself and change them. You can either clone this git repository and run the cells in a python environment on your local machine, or if you for some reason can't do that (because you are on a phone or tablet for instance) you can instead open this notebook in [binder](https://mybinder.org/v2/gh/TomHodson/ReCoDE_MCMCFF/HEAD)\n", + "It's **strongly encouraged** that you follow along this series of notebooks in an environment where you can run the cells yourself and change them. You can either clone this git repository and run the cells in a Python environment on your local machine,\n", "\n", - "I would also suggest you set up a python environment just for this. You can use your preferred method to do this, but I will recommend `conda` because it's both what I currently use and what is recommended by Imperial.\n", + "```bash\n", + "git clone https://github.com/ImperialCollegeLondon/ReCoDE_MCMCFF mcmc\n", + "cd mcmc\n", + "```\n", + "\n", + "or if for some reason you can't do that (because you are on a phone or tablet for instance) you can instead open this notebook in [binder](https://mybinder.org/v2/gh/TomHodson/ReCoDE_MCMCFF/HEAD)\n", + "\n", + "I would also suggest you set up a Python environment just for this. You can use your preferred method to do this, but I will recommend `Anaconda` because it's both what I currently use and what is recommended by Imperial.\n", "\n", "```bash\n", "#make a new conda environment from the specification in environment.yml\n",