-
Create a python virtual environment by using virtualenv or conda (Requires python 3.6)
conda create -n environment python3.6
or
python -m virtualenv environment && cd environment
then
.\Scripts\activate
-
Clone this repo
git clone https://github.com/Vishnu44d/compiler_parser_GUI && cd compiler_parser_GUI
-
Install dependencies
pip install -r requirements.txt
-
- running the server
python -m brython --server --port 8090
- running the server
-
- open the app in the browser by going to the link