congress/etc/README-congress.conf.txt
Eric K e6bab1272f Added sample conf instructions to resolve errors
Purpose: help users avoid common errors in stand-alone install
Changes: Added instructions for upgrading virtualenv to resolve
 common errors

Change-Id: I5ed968ba12d77a205337a8ad3c54c346f208ff1d
2015-10-16 13:28:22 -07:00

16 lines
484 B
Plaintext

To generate the sample congress.conf file, run the following
command from the top level of the congress directory (may need root
privilege):
tox -egenconfig #Generates etc/congress.conf.sample
If tox is not installed, you may install it as follows:
$ sudo pip install tox
If you experience error(s) generating a sample conf file
you may be able to resolve them by ensuring you have
virtualenv version 12.0.0 or higher installed.
$ virtualenv --version # check virtualenv version