Follow these steps to deploy the OSDC code and run the website locally
- Assuming you have Python installed locally on a Linux machine or WSL (Windows Subsystem for Linux) on Windows
- Run the following on Linux shell:
$ git clone https://github.com/ShulyAvraham/osdc-2023-01-public.git
$ cd osdc-2023-01-public
$ sudo apt install python3-pip # If you don't already have one
$ pip install -r requirements.txt
$ python generate.py
$ python app.py
- On your web browser open the OSDC website http://127.0.0.1:5000
Top comments (4)
@shulyavraham , this happened when I tried to follow:
also, after installing pip:
Sorry, my mistake. It should be:
thanks