editing WINDOWS_INSTALL.md

This commit is contained in:
Pilar 2022-04-12 09:42:43 -04:00
parent d2f4b1b106
commit 43c0abdd04

View File

@ -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) ![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) ![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: 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. # 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) ![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: 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 new project screen](./docs/img/img_4.png)
![pycharm add libs](./docs/img/img_7.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) ![pycharm add dependencies](./docs/img/img_8.png)