Skip to content

Installation

Yeow Zi Qin edited this page Nov 1, 2023 · 1 revision

Prerequisite

Make sure your environment Python version should be greater than 3.7 - python>=3.8

Installation

Install using PIP (PYPI Package)

pip install juxtapose

Install using PIP (Git)

pip install git+https://github.com/ziqinyeow/juxtapose-sdk.git

Install using Git Clone

git clone https://github.com/ziqinyeow/juxtapose-sdk.git
pip install -r requirements.txt
Clone this wiki locally