# web_crystal **Repository Path**: haidi-hfut/web_crystal ## Basic Information - **Project Name**: web_crystal - **Description**: show and edit the crystal on the web - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-14 - **Last Updated**: 2022-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### about This project uses the crystal toolkit to show the structure on web. ![fig](https://gitee.com/haidi-hfut/web_crystal/raw/master/figs/web-1.png) ### create virtual env ``` conda create -n toolkit python=3.7 conda activate toolit ``` ### install the dependent package ``` pip install crystal-toolkit==2020.6.4 pip install Werkzeug==1.0.1 pip install Flask==1.1.2 pip install Jinja2==2.11.2Jinja2==2.11.2 pip install Jinja2==2.11.2 pip install MarkupSafe==1.1.1 pip install itsdangerous==1.1.0 pip install dash-bootstrap-components==0.10.3 pip install dash-mp-components==0.0.21 ``` ### run the server ``` python run index.py ```