diff --git a/docs/day0.md b/docs/day0.md index 22b0307..069d174 100644 --- a/docs/day0.md +++ b/docs/day0.md @@ -68,6 +68,30 @@ Your most important tool as a programmer is a proper editor. It should offer you ![kill_terminal](img/day0/kill_terminal.png) +1. Click the "extensions" button on the left to open the extensions page + + ![extension](img/day0/extension.png) + +1. Search for "python" + + ![search_python](img/day0/search_python.png) + +1. Click on the first Python extension and click "install" + + ![install_python](img/day0/install_python.png) + +1. When the extension has finished installing, close out of the welcome window + + ![close_welcome](img/day0/close_welcome.png) + +1. Close out of the extension window + + ![close_extension](img/day0/close_extension.png) + +1. Reopen your document view by clicking the "documents" icon + + ![select_docs](img/day0/select_docs.png) + ### Create a "Projects" folder I keep all my projects in a folder called "Projects" in my home directory. On Windows this is at `C:\Users\username\Projects`. Create this folder now. Bookmark it, put it in your favorites, don't lose it. @@ -160,24 +184,48 @@ Your most important tool as a programmer is a proper editor. It should offer you 1. Head to -2. Click on the download link +1. Click on the download link ![vscode_download](img/day0/code_download.png) -3. Run through the installer, select default options +1. Run through the installer, select default options -4. Open VSCode +1. Open VSCode ![vscode_open](img/day0/vscode_open.png) -5. Uncheck "Show welcome page on startup" +1. Uncheck "Show welcome page on startup" ![vscode_uncheck](img/day0/vscode_uncheck.gif) -6. Close out of the welcome page +1. Close out of the welcome page ![close_welcome](img/day0/close_welcome.gif) +1. Click the "extensions" button on the left to open the extensions page + + ![extension](img/day0/extension.png) + +1. Search for "python" + + ![search_python](img/day0/search_python.png) + +1. Click on the first Python extension and click "install" + + ![install_python](img/day0/install_python.png) + +1. When the extension has finished installing, close out of the welcome window + + ![close_welcome](img/day0/close_welcome.png) + +1. Close out of the extension window + + ![close_extension](img/day0/close_extension.png) + +1. Reopen your document view by clicking the "documents" icon + + ![select_docs](img/day0/select_docs.png) + ### Create a "Projects" folder I keep all my projects in a folder called "Projects" in my home directory. On MacOS this is at `/Users/username/Projects`. Create this folder now. Bookmark it, put it in your favorites, don't lose it. diff --git a/docs/img/day0/close_extension.png b/docs/img/day0/close_extension.png new file mode 100755 index 0000000..7468053 Binary files /dev/null and b/docs/img/day0/close_extension.png differ diff --git a/docs/img/day0/close_welcome.png b/docs/img/day0/close_welcome.png new file mode 100755 index 0000000..966ed52 Binary files /dev/null and b/docs/img/day0/close_welcome.png differ diff --git a/docs/img/day0/extension.png b/docs/img/day0/extension.png new file mode 100755 index 0000000..cf2df61 Binary files /dev/null and b/docs/img/day0/extension.png differ diff --git a/docs/img/day0/install_python.png b/docs/img/day0/install_python.png new file mode 100755 index 0000000..f2add36 Binary files /dev/null and b/docs/img/day0/install_python.png differ diff --git a/docs/img/day0/install_success.png b/docs/img/day0/install_success.png new file mode 100755 index 0000000..c3ba2da Binary files /dev/null and b/docs/img/day0/install_success.png differ diff --git a/docs/img/day0/search_python.png b/docs/img/day0/search_python.png new file mode 100755 index 0000000..3ff6449 Binary files /dev/null and b/docs/img/day0/search_python.png differ diff --git a/docs/img/day0/select_docs.png b/docs/img/day0/select_docs.png new file mode 100755 index 0000000..102ee60 Binary files /dev/null and b/docs/img/day0/select_docs.png differ