Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benpaddlejones authored Nov 3, 2024
1 parent 46b56d0 commit ab032b4
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,18 @@ Other Sandbox options:

### Dependencies

- VSCode 1.5 +
- Python 3.x +
- Git for Windows 2.x.x +
- Flask: `pip install flask`
- The resources and samples in [.student_resources](.student_resources/) require additional dependencies. Please refer to the README.md in each folder.
1. [VSCode](https://code.visualstudio.com/download)
2. [Python 3.x](https://www.python.org/downloads/)
3. [GIT 2.x.x +](https://git-scm.com/downloads)
4. Flask: `pip install flask`
5. The resources and samples in [.student_resources](.student_resources/) require additional dependencies. Please refer to the README.md in each folder.

> [!Important]
> MacOS users may have a `pip3` soft link instead of `pip`, run the below commands to see what path your system is configured with and use that command through the project.
> ```bash
> pip show pip
> pip3 show pip
> ```
### Deployment
Expand Down

0 comments on commit ab032b4

Please sign in to comment.