Installation
You can download UppASD-AiiDA from our github repository first with command:
git clone https://github.com/UppASD/aiida-uppasd.git
Then you could install the plugin into your 💻 directly or within some Python environment with pip:
pip install -e .
After the installation is finished, you need to use reentry to update AiiDA’s entry point (before that please make sure you have install and set the aiida profile correctly:
reentry scan
We highly recommand you to restart your AiiDA daemon at the same time with:
verdi daemon restart
😜 Congratulations! Now you could enjoy your time with AiiDA-UppASD interface!