From f415d13cc594703e22699e79352ec7bf46103f14 Mon Sep 17 00:00:00 2001 From: Suliman Sagindykov <115887342+SulimanSagindykov@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:27:39 +0500 Subject: [PATCH] Update README.md --- 001_Convert_IPython_to_PDF/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/001_Convert_IPython_to_PDF/README.md b/001_Convert_IPython_to_PDF/README.md index ba7a415..f868310 100644 --- a/001_Convert_IPython_to_PDF/README.md +++ b/001_Convert_IPython_to_PDF/README.md @@ -51,7 +51,7 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren' ![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png) -2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run. +2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run. 3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them @@ -59,7 +59,7 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren' This will clear all the outputs and now you can understand each statement and learn interactively. -If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again. +If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again. ---