Skip to content
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
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: 3 additions & 3 deletions 1.0-Set-up-the-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ $ cd ..
```
$ mkdir ~/code
$ cd ~/code
$ git clone https://TODO Alto
$ git clone https://github.com/googlecreativelab/alto
```

7. Run the app
```
$ cd ~/code/Alto/app
$ python3 Alto.py
$ cd ~/code/alto/app
$ python3 alto.py
```

## :tada: Woohoo! You've finished this section :tada:
Expand Down