diff --git a/WINDOWS_INSTALL.md b/WINDOWS_INSTALL.md index a8643de0..61bcb8d3 100644 --- a/WINDOWS_INSTALL.md +++ b/WINDOWS_INSTALL.md @@ -20,13 +20,14 @@ You can find it also at VCS -> Get from Version Control... ![pycharm get from version control](./docs/img/img_6.png) -4. Select Git as the version control and set the URL to [libs repository](https://rs-loy-gitlab.concordia.ca/Guille/libs.git) as shown in the picture. - +4. Select Git as the version control, and set the URL to [libs repository](https://rs-loy-gitlab.concordia.ca/Guille/libs.git) as shown in the picture. +At the website, copy the URL from Clone -> Clone with HTTPS. ![pycharm get from version control screen](./docs/img/img_1.png) -You may need to install Git, by clicking at ***Download and install***. +You may need to install Git, by clicking at ***Download and install***. +If that message does not appear is because you have it already installed in your computer. 5. Click Clone to download CERC libs source code. You will end with a project like this: @@ -44,17 +45,19 @@ This option can be configured in PyCharm at the settings screen, as shown in the # Start your project. -1. Click on file new project like in the image. +1. Click on File -> New Project... The following window opens: ![pycharm new project screen](./docs/img/img_3.png) +Add a name to your project and click Create. + 2. Go to project settings and add the libs project to your own, by clicking on Add Content Root: ![pycharm new project screen](./docs/img/img_4.png) ![pycharm add libs](./docs/img/img_7.png) -3. Add your first file to your project and click in install requirements to automatically download all the dependencies (in blue at top-right corner). +3. Add your first file to your project and click on install requirements to automatically download all the dependencies (in blue at top-right corner). ![pycharm add dependencies](./docs/img/img_8.png)