Installation#
We recommend installing the pip
-based package through a virtual environment such as conda
to separate from the usage of other environments or packages.
Install Miniconda if you don’t have it already.
Open a terminal and create a new virtual environment named
kim
with Python 3.11:conda create --name kim python=3.11
Activate the newly created virtual environment:
conda activate kim
Install the package using pip within the activated virtual environment:
pip install kim-jax
(Optional) Download the git repo to get the example jupyter notebooks:
git clone https://github.com/PeishiJiang/KIM.git