-
Notifications
You must be signed in to change notification settings - Fork 0
installation
Sanjay Kumar Srikakulam edited this page Apr 6, 2022
·
1 revision
-
Requirement: Linux OS (64 bit)
-
Setup:
-
Install miniconda on Linux
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && Miniconda3-latest-Linux-x86_64.sh
-
Download this git repo
git clone https://github.com/sanjaysrikakulam/pykvstores.git
-
Install using pip
conda create --name pykvstores python==3.8 conda activate pykvstores pip install /path/to/pykvstores/git/repo/directory/
-