diff --git a/WINDOWS_INSTALL.md b/WINDOWS_INSTALL.md index b81fb936..b362a87d 100644 --- a/WINDOWS_INSTALL.md +++ b/WINDOWS_INSTALL.md @@ -2,11 +2,18 @@ 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 +[PyCharm Community edition](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. +3. Open pycharm and click on **"Get from Version Control"**. ![pycharm wellcome screen](./docs/img/img_0.png) +4. Select Git as the version control and set the url to [libs repository](https://binarycat.org/git/Guille/libs.git) as shown in the picture. + + +![pycharm get from version control screen](./docs/img/img_1.png) + + +