... | ... | @@ -147,35 +147,13 @@ We can **decompress** this file as usual to have access to all the files and fol |
|
|
|
|
|
### Creating our working repo
|
|
|
|
|
|
In this subject, all your work will be stored in a **public Gitlab repo**. In this section we will create it from a **template repository**, which has been already configured,
|
|
|
In this subject, all your work will be stored in a **public Gitlab repo**. You will fork from this repo, In other words, you will have your own branch. Just click on the 'fork' button on the top right and complete the requested information (select your username for the namespace and set a project slug you are happy with -as you can see I inherited a slug that is not adequate right now-).
|
|
|
|
|
|
This is the repository. [2019-2020-PNE-Practices](https://github.com/rodperex/PNE-lab)
|
|
|
After some seconds **your repository will be ready**. You can have a look at your main gitlab page to check that it is there.
|
|
|
|
|
|

|
|
|
Your repo is ready for start working working!
|
|
|
|
|
|
You can see al the folders were you should store all your practices and work, as well as the **README.md** file. The firs step is to create a copy of this template repo in your Github's account. Press the green button: **Use this template**
|
|
|
|
|
|
Now we should chose a new for the repo. In the upper left part you will see your **username** (in the pictures you will see mine (obijuan) but you should see yours) Use the same name of the template repo: **2019-2020-PNE-Practices**
|
|
|
|
|
|

|
|
|
|
|
|
Write an optional description for the repo and click on the **Create repository from Template** button.
|
|
|
|
|
|
You will see a this screen:
|
|
|
|
|
|

|
|
|
|
|
|
After some seconds **your repository will be ready**. You can have a look at your main github page. It should looks like this, but with your username instead of mine:
|
|
|
|
|
|

|
|
|
|
|
|
Our repo is ready for working!
|
|
|
|
|
|
In this **animation** you can see all the process:
|
|
|
|
|
|

|
|
|
|
|
|
## Working with Pycharm and Github
|
|
|
## 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 2019.3.2) It is already installed in the Linux machines of the Lab
|
|
|
|
... | ... | |