.. _installation: Installation ============ LatentForce.ai is a Python library that provides python access to its flagship products - 1. AgentForce 2. ModelForce .. note:: To experience our cutting-edge solutions in an interactive UI, please visit `our website `_. Requirements ------------ * OS: Windows/Linux/MacOS * Python: 3.8 -- 3.12 Install with pip ---------------- You can install LatentForce using pip: .. code-block:: console $ # (Recommended) Create a new conda environment. $ conda create -n myenv python=3.10 -y $ conda activate myenv $ # Install latentforce $ pip install latentforce