aristoteleo / spateo-viewer

Web application demonstrating 3D modeling of spatial transcriptomics
BSD 2-Clause "Simplified" License
11 stars 3 forks source link

Need to provide more details on how to use the tool and specify the version of each package in the requirement.txt and others #1

Closed Xiaojieqiu closed 1 year ago

Xiaojieqiu commented 1 year ago

Hi @Yao-14, I suggest you add the following inform to the readme file:

To use the interactive web App, please following the following steps:

# 1.  first clone our package to local directory 
git clone https://github.com/aristoteleo/spateo-viewer.git
# 2. cd to the spateo-viewer directory
cd ./spateo-viewer
# 3. install necessary packages: 
pip install -r requirements.txt
# open the server 
python stv_app.py --port 1234

Please also add the package revision requirements in the requirements.txt file.

Yao-14 commented 1 year ago

thanks Xiaojie, nice suggestion!

Xiaojieqiu commented 1 year ago

great