From cddd49c01df55ca585f677469d1cb4e4592e478c Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 23 Jun 2020 12:09:31 -0400 Subject: [PATCH] Update 'WINDOWS_INSTALL.md' --- WINDOWS_INSTALL.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/WINDOWS_INSTALL.md b/WINDOWS_INSTALL.md index b362a87d..fe9522c1 100644 --- a/WINDOWS_INSTALL.md +++ b/WINDOWS_INSTALL.md @@ -1,4 +1,4 @@ -# Tools. +# Get the code. 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 @@ -16,4 +16,20 @@ ![pycharm get from version control screen](./docs/img/img_1.png) +You may need to install git, by clicking at ***Download and install*** +5. Click Clone to download CERC libs source code. + + +![pycharm project screen](./docs/img/img_2.png) +you will end with a project like this. + +# Start your own project. + +1. Click on file new project like in the image + +![pycharm new project screen](./docs/img/img_3.png) + +2. Go to project settings and add the libs project to your own as shown in the picture + +![pycharm new project screen](./docs/img/img_4.png) \ No newline at end of file