... | ... | @@ -21,7 +21,7 @@ |
|
|
* [Creating your repo](#creating-our-working-repo)
|
|
|
* [Working with PyCharm and Github](#working-with-pycharm-and-github)
|
|
|
* [Opening Pycharm](#opening-pycharm)
|
|
|
* [Cloning our working repo](#cloning-our-working-repo)
|
|
|
* [Cloning you working repo](#cloning-your-working-repo)
|
|
|
* [Our first commit to the repo](#our-first-commit-to-the-repo)
|
|
|
* [Hello world with Pycharm!](#hello-world-with-pycharm)
|
|
|
* [Configuring the python environment](#configuring-the-python-environment)
|
... | ... | @@ -150,6 +150,8 @@ After some seconds **your repository will be ready**. You can have a look at you |
|
|
|
|
|
Your repo is ready for start working working!
|
|
|
|
|
|
But before you start, make sure **you add me as a project member**. Go to the *Members* section (under *Project information*), click the button that says *Invite members*, and invite me as a *Maintainer*! You can use either may email address or my Gitlab's username (rperez).
|
|
|
|
|
|
## Working with Pycharm and Gitlab
|
|
|
|
|
|
For developing in python we are going to use the [PyCharm IDE](https://www.jetbrains.com/pycharm/download/?gclid=Cj0KCQiA-JXiBRCpARIsAGqF8wU4k1AvuaMc2tQ7gsbn23gdFIMNlczsnPDi-WyXa-cKkdUgxcbW7hYaAn2uEALw_wcB&gclsrc=aw.ds#section=linux) (Community edition 2022.2). It is already installed in the lab environment.
|
... | ... | @@ -168,7 +170,7 @@ IThe initial window will show up (maybe the program requests some other informat |
|
|
|
|
|

|
|
|
|
|
|
### Cloning our working repo
|
|
|
### Cloning your working repo
|
|
|
|
|
|
We are going to work on our own **working repository** that is in gitlab (you just forked it!). The first step is called **cloning the repo**. It will **copy the repository** from gitlab and create a **local copy** in **your computer**.This operation is executed just **once per computer**, so, if you are working in two computers, you will have to **clone the repository twice**.
|
|
|
|
... | ... | |