Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
how to
  • Loading branch information
TobiasBeck777 committed Oct 22, 2022
1 parent 29d97ad commit a93522a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ This repository is for the project 'Säuli' for BaselHack 2022 from Team Nr. 3.

## Getting started
- Clone git repository.
- Install Python: _https://www.python.org/downloads/_
- Install pip `python -m pip install` or `python -m pip install --upgrade --force-reinstall pip`
- Install Flask `pip install Flask`
- Install Requests `pip install requests`
- Install Python: https://www.python.org/downloads/
- Install pip: `python -m pip install` or `python -m pip install --upgrade --force-reinstall pip`
- Install Flask: `pip install Flask`
- Install Requests: `pip install requests`
- Install NodeJS: https://nodejs.org/en/download/
- Install Angular CLI: `npm install -g @angular/cli`

## Tech stack
- Python 3
Expand Down

0 comments on commit a93522a

Please sign in to comment.