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