Skip to content

Insallation Guide

ADARSH C edited this page Feb 27, 2022 · 1 revision

Want to Install BlocklyML in your machine? Its very simple.

pre-requisits

    python3
    docker
    pip

It is recommended to use conda/pip virtual environment before installing

pip env steps: https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/

conda env steps: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

  1. Clone this repo
git clone https://github.com/chekoduadarsh/BlocklyML

After cloning the repo you can either follow the Docker Method or Flask Method

  1. Install follow one of the follwing method

    • Docker Method

    BlocklyML can run on Docker with the following command 💿

    docker run blocklyml-docker
    • Flask Method

    Install the requirements from requirements.txt with the following command

    pip install -r requirements.txt 

    then you can run the application by

    python app.py

Simple as that 💯

Clone this wiki locally