Skip to content
Wojciech Fiołka edited this page Oct 3, 2022 · 3 revisions

Welcome to the website_for_whisper wiki!

How can I run the app

First you must have git, python and pip installed. Next go to your terminal (macOS/linux) or command prompt (Windows) and follow these steps (you can copy and paste commands typed in the brackets:

  1. Clone the repo - [git clone [email protected]:Kabanosk/website_for_whisper.git]
  2. Go to src directory - [cd website_for_whisper/src]
  3. Install requirements - [pip install -r ../reqirements.txt]
  4. Run the run.py file - [python3 run.py]
  5. Go to your browser and type http://127.0.0.1:8000/
Clone this wiki locally