Skip to content

Commit 69b4966

Browse files
authored
Update index.md
1 parent c4ef44c commit 69b4966

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

web/docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ able to install and run the workshop without any other dependencies.
2525

2626
More information on installing Docker can also be found [here](./docker.md).
2727

28-
Alternatively, if you're confident with python development, you can run the notebook
29-
in a local anaconda or python environment. [Read more about running locally](#running-locally).
28+
Alternatively, if you're confident with Python development, you can run the notebook
29+
in a local Anaconda or Python environment. [Read more about running locally](#running-locally).
3030
Or run the notebook in the cloud, using `Jupyter Binder`. [Read more about
3131
running in binder](#run-notebook-in-the-cloud).
3232

@@ -190,11 +190,11 @@ There is an issue with MacOS Monterey where the port 5000 is already used and th
190190

191191
## Running locally
192192

193-
If you're confident with python development, consider to run the jupyter notebook locally. The operations below require a [anaconda](https://www.anaconda.com/) or [(micro)mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) environment.
193+
If you're confident with python development, consider to run the Jupyter notebook locally. The operations below require a [anaconda](https://www.anaconda.com/) or [(micro)mamba](https://mamba.readthedocs.io/en/latest/user_guide/mamba.html) environment.
194194

195195
```bash
196196
# clone the workshop repository
197-
git clone https://github.com/geopython/geopython-workshop
197+
git clone https://github.com/geopython/geopython-workshop.git
198198
cd geopython-workshop/
199199
# create virtual environment
200200
micromamba create -n pyworkshop python=3.12 jupyterlab -y
@@ -204,7 +204,7 @@ micromamba install -n pyworkshop -c conda-forge gdal notebook
204204
cd workshop/jupyter
205205
# install python workshop requirements
206206
pip install -r requirements.txt
207-
# Run the notebook, copy url (with token) to browser if browser does not open automatically
207+
# Run the notebook, copy URL (with token) to browser if browser does not open automatically
208208
jupyter notebook
209209
```
210210

0 commit comments

Comments
 (0)