Installation guideΒΆ

Install with pip:

python3 -m pip install -U impact_factor

Install from source code

git clone https://github.com/suqingdong/impact_factor
cd impact_factor
pip install -r requirements.txt
python setup.py build
python setup.py install