GowthamKumar1626 / cgenomicstool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

Note:

Python3 is required for this tool. You can download python here

Run the following commands from cgenomicstool parent directory

        python3 -m venv venv
        source venv/bin/activate
        pip install wheel
        pip install -r requirements.txt
        

Above commands allows you to install django in virtual environment (venv)

About


Languages

Language:JavaScript 56.9%Language:Python 39.6%Language:HTML 1.7%Language:SCSS 1.4%Language:CSS 0.3%