2020-06-23 12:09:31 -04:00
# Get the code.
2020-06-23 11:24:19 -04:00
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
2020-06-23 11:35:02 -04:00
[PyCharm Community edition ](https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC )
2020-06-23 11:24:19 -04:00
2. Run the installer, and follow the instalation instructions for PyCharm, you may change a few options, but the default ones, should be fine.
2020-06-23 11:35:02 -04:00
3. Open pycharm and click on ** "Get from Version Control"**.
2020-06-23 11:24:19 -04:00
2020-06-23 11:24:38 -04:00
![pycharm wellcome screen ](./docs/img/img_0.png )
2020-06-23 11:24:19 -04:00
2020-06-23 11:35:02 -04:00
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 )
2020-06-23 12:09:31 -04:00
You may need to install git, by clicking at ** *Download and install***
2020-06-23 11:35:02 -04:00
2020-06-23 12:09:31 -04:00
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 )