.. _install-ref: ==================================== Installation ==================================== Installation from PIP Package --------------------------------- The built package of CAM2 Camera Database API Client is uploaded in Pypi. You can check `Pypi page of the package `_ for specific environment requirements. To install CAM2 Image Archiver, simply run the following command to install the latest version: :: $ pip install CAM2ImageArchiver To install a specific version, run command: :: $ pip install CAM2ImageArchiver== Installation from Python Source --------------------------------- Source code of CAM2 Camera Database API Client is public on `GitHub `_. You can always install the package from source code by either downloading the zip file or clone the repository with command: :: $ git clone git@github.com:PurdueCAM2Project/CAM2ImageArchiver.git You can add the downloaded source code in your own python package and use CAM2 Image Archiver modules by importing them. .. warning:: We are continuously developing the Python client and updating the code. Downloading or cloning the source code will not guarantee you will a stable software to use.