Installation
pip (✨recommended)
STMiner has been uploaded to PyPI, You can install STMiner via pip:
Create conda environment:
conda create -n stminer python=3.10
Activate the environment:
conda activate stminer
Install STMiner via pip:
pip install stminer
NOTE: If the download speed is slow, please try to specify the source
For example:
pip install stminer -i https://pypi.tuna.tsinghua.edu.cn/simple
STMiner can be cloned from GitHub and installed locally (NOT recommended)
Download STMiner here and unzip, then run:
pip install -r requirements.txt