Install¶
Create environment¶
Create a virtual environment directly (recommend anaconda)
conda create -n neuralkg-ind python=3.8
conda activate neuralkg-ind
Install from source¶
git clone https://github.com/zjukg/NeuralKG-ind.git
cd NeuralKG-ind
python setup.py install
Install by pypi¶
pip install neuralkg-ind