diff --git a/examples/articles/GettingStarted.ipynb b/examples/articles/GettingStarted.ipynb index 78ec30a8..e7d0f4af 100644 --- a/examples/articles/GettingStarted.ipynb +++ b/examples/articles/GettingStarted.ipynb @@ -20,10 +20,12 @@ "1. If you haven't yet, install uv at https://github.com/astral-sh/uv - we would recommend using the standalone installer, as it has a `uv self update` function. \n", "\n", "2. If you don't have one, create a virtual environment - with `uv` installed, simply navigate to your desired directory and run \n", + "\n", " ```bash\n", " uv venv\n", " ```\n", "3. Install pdstools in your virtual environment:\n", + "\n", " ```bash\n", " uv pip install pdstools\n", " ```\n",