Created by Shubham Kumar
- Linux
$ git clone https://github.com/imskr/iris-web.git $ cd iris-web $ python3 -m venv env_name $ source env_name/bin/activate $ pip3 install -r requirements.txt $ python3 app.py
Go to http://127.0.0.1:5000 to test your app
Note: If you have fish
terminal run $ source env_name/bin/activate.fish
- Windows
$ git clone https://github.com/imskr/iris-web.git $ cd iris-web $ pip3 install -r requirements.txt $ python3 app.py
Go to http://localhost:5000 to test your app