### Recommendation: Install python 3 with [Anaconda](https://www.anaconda.com/) for your OS.
...
...
@@ -38,21 +26,16 @@ inform me if you figure out a way to do that.
Follow these [instructions](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
### Clone the [divisivegater](https://git.app.uib.no/Morten.Brun/divisivegater) repository.
Follow the installation procedures of the
[divisivegater](https://git.app.uib.no/Morten.Brun/divisivegater) by
implementing all the commands starting the git clone command.
After installing `divisivegater` and opening jupyter you need to tell
jupyter that you want to use `divisivegater`. You do this by choosing
`divisivegater` as 'kernel'.
### Test the installation
Navigate to the python subfolder of this
repository and see if the notebooks in there works. (There will be something in red. It is a warning, not a showstopper, so we ignore it for now.) If not, please send
me an email explaining what goes wrong. At present you find two
notebooks. One that requires R and one that does not need R.
repository and see if the notebooks in there works.
### Install missing modules
Python is going to complain about missing modules. You install them with pip install.