akhiljain23 cf99ff0165 Updating docs
>> Changed project name from plasma to valence in docs.
>> Fixed docstring indentation.
>> Added features docs.
>> Added driver docs.
>> Hidden licence headers from html files.

Depends-On: Ia02bc00ad168b3c3d01ef6ca9696d43996091070
Change-Id: I1fa382d566165f5e76c84ad864024c0f546ef74c
2018-04-24 19:18:35 +05:30

1.1 KiB

Deploy Valence Project

This document describes how to update the code base of Valence after installation. Whenever valence code has been updated, either through git or modifying it locally, it needs to be deployed to standard python path. The below steps describes them.

Execute the below bash commands in the valence root directory (where the setup.py file exists)

$ python setup.py install
$ sudo service valence restart