Skip to content

Commit

Permalink
Merge pull request #361 from pep-dortmund/update_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
chrbeckm authored Sep 26, 2023
2 parents 3d21e73 + f7e86eb commit 6075d59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Folgende Themen sind Teil des Workshops:
- Erste Woche
- Python-Grundlagen
- numpy
- scipy
- matplotlib
- scipy
- uncertainties
- git
- Unix-Kommandozeile
- make
- git
- Zweite Woche
- Umgang mit LaTeX

Expand All @@ -24,7 +25,7 @@ The lecture material (e.g. jupyter notebooks) are shared under the Creative Comm
# Build Requirements

- up-to-date TeXLive 2023
- up-to-date anaconda3 (using python 3.10) or miniconda with packages in `environment.yml`
- up-to-date anaconda3 (using python 3.11) or miniconda with packages in `environment.yml`
- poppler (for pdfseparate)
- wget

Expand Down Expand Up @@ -64,8 +65,7 @@ We use the github workflow in this repository, see <https://guides.github.com/in

In short, to contribute:

1. Create a new branch using `git branch <name>`
1. Switch to it using `git checkout <name>`
1. Create a new branch and switch to it using `git switch -c <name>`
1. Make changes and commit
1. Push the Branch using `git push -u origin <name>`
1. Open a Pull Request on github.

0 comments on commit 6075d59

Please sign in to comment.