diff --git a/README.md b/README.md index 5fb6279376843d3c298879335c677c3619643843..0bb4a70f034c0e83607f3c334778ad5b069cc866 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,17 @@ ## Installation +On the local notebook server clone this repository and install. + ``` +git clone https://gitlab.eidf.ac.uk/akrause/jupyter-remote.git cd jupyter-remote pip install . --user ``` ## Kubeconfig -The kubeconfig for the remote Kubernetes cluster must be available in the user space. Default path is `$HOME/.kube/config`. +The kubeconfig for the remote Kubernetes cluster must be available in the user space. Default path is `$HOME/.kube/config`. Jupyterlab doesn't seem to like paths starting with `.` when creating a new directory in the GUI so you'll have to create the `.kube` directory in a terminal. ## Load extension