4 Commits

Author SHA1 Message Date
Mara Karagianni
b6ca31c1cc add slides fr 2025-11-12 14:28:22 +01:00
Mara Karagianni
8fdadd8499 update README with code editors 2025-11-12 14:27:46 +01:00
51e8ceff25 Merge pull request 'updated README' (#3) from test-today into main
Reviewed-on: #3
2025-10-02 15:09:22 +02:00
0a63947e85 updated README 2025-10-02 14:42:32 +02:00
3 changed files with 61 additions and 1 deletions

View File

@@ -1,2 +1,55 @@
chloe delporte # git repo for art num
test
*the wiki will be updated with more information and usefull snipet. fell free to contribute*
test port ssh
## how to
1. clone this repo to you own computer
```
git clone https://git.erg.school/P039/art_num_2024.git
```
2. check before eatch courses for update
```
git pull
```
3. create your own branch
```
git checkout -b prenom-nom
```
4. create and update README with your name
```
nano README
```
5. save the file with `ctrl+X`
6. check git tracking
```
git status
```
7. add and commit the change in the git
```
git add README.md
git commit -m 'change README'
```
8. check the commit was registered
```
git log
git show <commit-hash>
```
9. push your branch on gitea
```
git push origin prenom-nom
```
10. update your branch with latest main branch
```
git checkout main
git pull origin main
git checkout prenom-nom
git rebase main
git log
```
## content

View File

@@ -13,6 +13,13 @@ Windows/Linux: [Installation](https://virtualenv.pypa.io/en/latest/installation.
MacOS: Execute `brew install virtualenv` MacOS: Execute `brew install virtualenv`
How to use it for all systems -> [User Guide](https://virtualenv.pypa.io/en/latest/user_guide.html) How to use it for all systems -> [User Guide](https://virtualenv.pypa.io/en/latest/user_guide.html)
### code editors
Tonny https://realpython.com/python-thonny/
Pulsar https://pulsar-edit.dev/
VisualCode https://code.visualstudio.com/
### videogrep ### videogrep
tutorial: https://lav.io/notes/videogrep-tutorial/ tutorial: https://lav.io/notes/videogrep-tutorial/
code: https://github.com/antiboredom/videogrep/tree/master code: https://github.com/antiboredom/videogrep/tree/master

BIN
python/presentation_fr.pdf Normal file

Binary file not shown.