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