.. _installation_base: Development Environment ======================= .. _installation_base_packages: Installing `CioService` in Development mode ------------------------------------------- Check out the latest code: .. code-block:: bash $ git clone https://git.chrysal.io/CioService.git Install required packages: .. code-block:: bash $ sudo apt install libjpeg-dev Install application and its dependencies: .. code-block:: bash $ source ~/bin/virtualenv3/bin/activate (virtualenv3)$ cd CioService (virtualenv3)$ pip install -e ".[development]" Now, you can activate your module by adding in your ``development.ini`` the following options: .. code-block:: ini [app:main] chrysalio.includes = chrysalio.menu, chrysalio.includes.modules, cioservice, cioservice.services [CioService] locations = private:%(here)s/__Warehouses/Private/User1, local:%(here)s/__Warehouses/Local, no-vcs:%(here)s/__Warehouses/NoVcs locks = %(here)s/__Var/Locks build.concurrency = 1