Executor of python code in browser using Flask framework
- Download and install Docker
- Download project:
docker pull aleksejsamarin/python_online
- Run project:
docker run -d -p <your_ip>:<your_port>:5000 aleksejsamarin/python_online
mkdir directory
cd directory
git clone https://github.com/AleksejSamarin/python_online.git .
- Install requirements:
pip3 install -r requirements.txt --user
- Run project:
python flaskr/main.py