Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 446 Bytes

CLAMP CALCULATOR

CLAMP CALCULATOR is a web based application for a CLAMP data calculation. The calculation method and all the photos are from http://clamp.ibcas.ac.cn

Installation

Download the repository and extract folder.

Create and activate a virtual environment::

python3 -m venv venv
source venv/bin/activate

Install requirements::

pip3 install -r requirements.txt

Run the application::

python3 main.py