Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions workshops/0_installation_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ cd workshops/0_installation_party/
python test_script.py
```
- Confirm the output contains your given name
- Add your changes using git

```sh
git add test_script.py
```

- Commit your change using git

```sh
Expand Down