docs: Add GitHub clone instructions at Intro

This commit is contained in:
gnikit 2022-07-19 11:28:09 +01:00
parent 6d656cc436
commit b545ffbc20
No known key found for this signature in database
GPG Key ID: E9A03930196133F0

View File

@ -16,9 +16,16 @@
"\n", "\n",
"## Setting up your environment\n", "## Setting up your environment\n",
"\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", "\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", "\n",
"```bash\n", "```bash\n",
"#make a new conda environment from the specification in environment.yml\n", "#make a new conda environment from the specification in environment.yml\n",