From f336c6e49d1953f293e9508077963157076569c9 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 23 Jun 2020 11:24:19 -0400 Subject: [PATCH] Add windows installation manual Create windows installation manual --- WINDOWS_INSTALL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 WINDOWS_INSTALL.md diff --git a/WINDOWS_INSTALL.md b/WINDOWS_INSTALL.md new file mode 100644 index 00000000..0960416c --- /dev/null +++ b/WINDOWS_INSTALL.md @@ -0,0 +1,12 @@ +# Tools. + +1. First thing you will need is an editor for your source code, that's a personal choice, but we would like to recomend PyCharm community edition, a wonderful open source python editor + +https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC + +2. Run the installer, and follow the instalation instructions for PyCharm, you may change a few options, but the default ones, should be fine. + +3. Open pycharm and load project from git. + +![pycharm wellcome screen](/docs/img/img_0.png) +