Skip to content

Commit

Permalink
update to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
kjappelbaum committed Jan 14, 2024
1 parent b640ea9 commit b86265e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ML workshop for MolSim 2024

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/kjappelbaum/ml_molsim/blob/2022/molsim_ml.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/kjappelbaum/ml_molsim/2022?filepath=molsim_ml.ipynb)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/kjappelbaum/ml_molsim/blob/2024/molsim_ml.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/kjappelbaum/ml_molsim/2024?filepath=molsim_ml.ipynb)
[![](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/download/releases/3.7.0/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Actions Status](https://github.com/kjappelbaum/ml_molsim/workflows/Python%20package/badge.svg)](https://github.com/kjappelbaum/ml_molsim/actions)
Expand Down Expand Up @@ -34,7 +34,8 @@ The following steps assume that you use MacOS or some Linux flavor. If you use W
Create a new folder and clone this repository (you need `git` for this, if you get a `missing command` error for `git` you can install it with `sudo apt-get install git`)

```bash
git clone --depth 1 https://github.com/kjappelbaum/ml_molsim.git
git clone --depth 1 https://github.com/kjappelbaum/ml_molsim.git\
git checkout 2024
cd ml_molsim
```

Expand Down

0 comments on commit b86265e

Please sign in to comment.